ICU-3650 clean up tags

X-SVN-Rev: 15238
This commit is contained in:
Doug Felt 2004-05-10 22:03:30 +00:00
parent 6fe34094c3
commit 2873f03255
2 changed files with 8 additions and 4 deletions

View file

@ -25,8 +25,10 @@ import com.ibm.icu.util.ULocale;
*/
public abstract class MeasureFormat extends UFormat {
// javadoc bug in identifying synthetic constructors, avoid checktags warning
private MeasureFormat() {};
/**
* @internal
*/
protected MeasureFormat() {};
/**
* Return a formatter for CurrencyAmount objects in the given

View file

@ -19,6 +19,8 @@ package com.ibm.icu.util;
* @draft ICU 3.0
*/
public abstract class MeasureUnit {
// javadoc bug in identifying synthetic constructors, avoid checktags warning
private MeasureUnit() {};
/**
* @internal
*/
protected MeasureUnit() {};
}