From 3a9ce6f0899dbf579dea9f13aa0417aea8fd253e Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 3 Oct 2006 21:48:38 +0000 Subject: [PATCH] ICU-5375 Fix some eclipse warnings. X-SVN-Rev: 20480 --- icu4j/src/com/ibm/icu/impl/ICUResourceBundle.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/icu4j/src/com/ibm/icu/impl/ICUResourceBundle.java b/icu4j/src/com/ibm/icu/impl/ICUResourceBundle.java index 0de471c4604..a75377b228b 100644 --- a/icu4j/src/com/ibm/icu/impl/ICUResourceBundle.java +++ b/icu4j/src/com/ibm/icu/impl/ICUResourceBundle.java @@ -209,7 +209,7 @@ public abstract class ICUResourceBundle extends UResourceBundle { * Returns a string from a string resource type * * @return a string - * @see #getBinary + * @see #getBinary() * @see #getIntVector * @see #getInt * @throws MissingResourceException @@ -227,7 +227,7 @@ public abstract class ICUResourceBundle extends UResourceBundle { throw new UResourceTypeMismatchException(""); } - /** + /* * Returns a string from a string resource type * @param key The key whose values needs to be fetched * @return a string @@ -277,7 +277,7 @@ public abstract class ICUResourceBundle extends UResourceBundle { * Returns a 32 bit integer array from a resource. * * @return a pointer to a chunk of unsigned bytes which live in a memory mapped/DLL file. - * @see #getBinary + * @see #getBinary() * @see #getInt * @throws MissingResourceException * @throws UResourceTypeMismatchException @@ -292,7 +292,7 @@ public abstract class ICUResourceBundle extends UResourceBundle { * * @return an integer value * @see #getIntVector - * @see #getBinary + * @see #getBinary() * @throws MissingResourceException * @throws UResourceTypeMismatchException * @stable ICU 2.0 @@ -307,7 +307,7 @@ public abstract class ICUResourceBundle extends UResourceBundle { * * @return an integer value * @see #getIntVector - * @see #getBinary + * @see #getBinary() * @throws MissingResourceException * @throws UResourceTypeMismatchException * @stable ICU 2.0