ICU-4207 - doc tagging changes for 3.2
X-SVN-Rev: 16825
diff --git a/icu4j/src/com/ibm/icu/util/ByteArrayWrapper.java b/icu4j/src/com/ibm/icu/util/ByteArrayWrapper.java
index 3de3f67..affd53c 100644
--- a/icu4j/src/com/ibm/icu/util/ByteArrayWrapper.java
+++ b/icu4j/src/com/ibm/icu/util/ByteArrayWrapper.java
@@ -114,7 +114,7 @@
* byte array of length capacity will be allocated.
* The contents of the array (between 0 and size) remain unchanged.
* @param capacity minimum length of internal byte array.
- * @param return this ByteArrayWrapper
+ * @return this ByteArrayWrapper
* @draft ICU 3.2
* @deprecated This is a draft API and might change in a future release of ICU.
*/