diff options
author | Jisi Liu <jisi.liu@gmail.com> | 2015-02-19 17:16:26 -0800 |
---|---|---|
committer | Jisi Liu <jisi.liu@gmail.com> | 2015-02-19 17:16:26 -0800 |
commit | a6fc5da0fc3285399da7974671a96a5fcbcd83f9 (patch) | |
tree | d6d5ecb89724c34f6df727551efe7cdae32b0d42 /javanano/src/test/java | |
parent | f2cf6cdcb2cd80458fb872e29e6936f4377c0e48 (diff) |
Fix review comments.
Change-Id: Iafd4a3aa9d55e31478bf070311eeadfe95ece4d7
Diffstat (limited to 'javanano/src/test/java')
-rw-r--r-- | javanano/src/test/java/com/google/protobuf/nano/NanoTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javanano/src/test/java/com/google/protobuf/nano/NanoTest.java b/javanano/src/test/java/com/google/protobuf/nano/NanoTest.java index f3ba2de5..2c9e2d84 100644 --- a/javanano/src/test/java/com/google/protobuf/nano/NanoTest.java +++ b/javanano/src/test/java/com/google/protobuf/nano/NanoTest.java @@ -3741,7 +3741,7 @@ public class NanoTest extends TestCase { checkOneofCase(m, 0); } - public void testOneofMarshling() throws Exception { + public void testOneofMarshaling() throws Exception { TestAllTypesNano m = new TestAllTypesNano(); TestAllTypesNano parsed = new TestAllTypesNano(); { |