aboutsummaryrefslogtreecommitdiff
path: root/java/src/test/java/com/google/protobuf/RopeByteStringTest.java
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@gmail.com>2015-03-31 10:29:58 -0700
committerTamir Duberstein <tamird@gmail.com>2015-04-02 14:48:43 -0700
commit7139d1eff739682a088ea2c2dbdfef2f108321f8 (patch)
treeebb7884189b38ca95d26bc911f22ef1222170eb9 /java/src/test/java/com/google/protobuf/RopeByteStringTest.java
parent8d9e51cf4e228c332d0a31dd1845d32b71d54e93 (diff)
downloadprotobuf-7139d1eff739682a088ea2c2dbdfef2f108321f8.tar.gz
protobuf-7139d1eff739682a088ea2c2dbdfef2f108321f8.tar.bz2
protobuf-7139d1eff739682a088ea2c2dbdfef2f108321f8.zip
Whitespace
Diffstat (limited to 'java/src/test/java/com/google/protobuf/RopeByteStringTest.java')
-rw-r--r--java/src/test/java/com/google/protobuf/RopeByteStringTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/test/java/com/google/protobuf/RopeByteStringTest.java b/java/src/test/java/com/google/protobuf/RopeByteStringTest.java
index 0f2344d6..4775f03a 100644
--- a/java/src/test/java/com/google/protobuf/RopeByteStringTest.java
+++ b/java/src/test/java/com/google/protobuf/RopeByteStringTest.java
@@ -42,7 +42,7 @@ import java.util.Iterator;
/**
* This class tests {@link RopeByteString} by inheriting the tests from
* {@link LiteralByteStringTest}. Only a couple of methods are overridden.
- *
+ *
* <p>A full test of the result of {@link RopeByteString#substring(int, int)} is found in the
* separate class {@link RopeByteStringSubstringTest}.
*