ICU-11918 Removed @author tag in a couple of methods in TimeZoneNames.java. @author cannot be used in method documentation.

X-SVN-Rev: 38000
This commit is contained in:
Yoshito Umaoka 2015-09-23 04:11:08 +00:00
parent 44a9dcdabe
commit bbf7a2da42

View file

@ -439,7 +439,6 @@ public abstract class TimeZoneNames implements Serializable {
}
/**
* @author Markus
* @internal For specific users only until proposed publicly.
* @deprecated This API is ICU internal only.
*/
@ -447,7 +446,6 @@ public abstract class TimeZoneNames implements Serializable {
public void loadAllDisplayNames() {}
/**
* @author Markus
* @internal For specific users only until proposed publicly.
* @deprecated This API is ICU internal only.
*/