aboutsummaryrefslogtreecommitdiff
path: root/java/src/main/java/com/google/protobuf/ByteString.java
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2015-08-27 13:59:43 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2015-08-27 14:02:25 -0700
commit245224902a80d489389df192c0990ff70f2f3e4c (patch)
tree0a1bfe272d8acfb7f2d068a69ecdba80e8d6f627 /java/src/main/java/com/google/protobuf/ByteString.java
parent23408684b4d2bf1b25e14314413a14d542c18bc4 (diff)
downloadprotobuf-245224902a80d489389df192c0990ff70f2f3e4c.tar.gz
protobuf-245224902a80d489389df192c0990ff70f2f3e4c.tar.bz2
protobuf-245224902a80d489389df192c0990ff70f2f3e4c.zip
Fix javadoc errors.
Diffstat (limited to 'java/src/main/java/com/google/protobuf/ByteString.java')
-rw-r--r--java/src/main/java/com/google/protobuf/ByteString.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/src/main/java/com/google/protobuf/ByteString.java b/java/src/main/java/com/google/protobuf/ByteString.java
index 0bd1750d..b092bc36 100644
--- a/java/src/main/java/com/google/protobuf/ByteString.java
+++ b/java/src/main/java/com/google/protobuf/ByteString.java
@@ -94,7 +94,7 @@ public abstract class ByteString implements Iterable<Byte>, Serializable {
*
* @param index index of byte
* @return the value
- * @throws ArrayIndexOutOfBoundsException {@code index} is < 0 or >= size
+ * @throws ArrayIndexOutOfBoundsException {@code index < 0 or index >= size}
*/
public abstract byte byteAt(int index);
@@ -679,8 +679,8 @@ public abstract class ByteString implements Iterable<Byte>, Serializable {
* sequences, but (as of 2011) still accepts 3-byte surrogate
* character byte sequences.
*
- * <p>See the Unicode Standard,</br>
- * Table 3-6. <em>UTF-8 Bit Distribution</em>,</br>
+ * <p>See the Unicode Standard,<br>
+ * Table 3-6. <em>UTF-8 Bit Distribution</em>,<br>
* Table 3-7. <em>Well Formed UTF-8 Byte Sequences</em>.
*
* @return whether the bytes in this {@code ByteString} are a