mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-3650 clean up tags
X-SVN-Rev: 15238
This commit is contained in:
parent
6fe34094c3
commit
2873f03255
2 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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() {};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue