ICU-5445 Remove unnecessary @deprecated javadoc comments in impl package
X-SVN-Rev: 21245
This commit is contained in:
parent
03963fc153
commit
4d45efe122
@ -52,9 +52,6 @@ public class JDKTimeZone extends TimeZone {
|
||||
* Constructs a JDKTimeZone given a java.util.TimeZone reference
|
||||
* which must not be null.
|
||||
* @param tz the time zone to wrap
|
||||
*
|
||||
* @internal
|
||||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
public JDKTimeZone(java.util.TimeZone tz) {
|
||||
String id = tz.getID();
|
||||
|
@ -58,9 +58,6 @@ public class TimeZoneAdapter extends java.util.TimeZone {
|
||||
|
||||
/**
|
||||
* Constructs an adapter for a com.ibm.icu.util.TimeZone object.
|
||||
*
|
||||
* @internal
|
||||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
public TimeZoneAdapter(TimeZone zone) {
|
||||
this.zone = zone;
|
||||
|
@ -81,8 +81,10 @@ public class ResourceReader {
|
||||
}
|
||||
|
||||
/**
|
||||
* @internal
|
||||
* @deprecated This API is ICU internal only.
|
||||
* Construct a reader object for the input stream associated with
|
||||
* the given resource name.
|
||||
* @param is the input stream of the resource
|
||||
* @param resourceName the name of the resource
|
||||
*/
|
||||
public ResourceReader(InputStream is, String resourceName) {
|
||||
this.root = null;
|
||||
|
Loading…
Reference in New Issue
Block a user