Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: third_party/protobuf/conformance/ConformanceJavaLite.java

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/protobuf/conformance/ConformanceJava.java ('k') | third_party/protobuf/conformance/Makefile.am » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/protobuf/conformance/ConformanceJavaLite.java
diff --git a/third_party/protobuf/conformance/ConformanceJavaLite.java b/third_party/protobuf/conformance/ConformanceJavaLite.java
index 121dc7d1b6a1757b22537d00a2abcb485a081f91..016f79326fba7a0685f4f33b0cafcea4f6b2928c 100644
--- a/third_party/protobuf/conformance/ConformanceJavaLite.java
+++ b/third_party/protobuf/conformance/ConformanceJavaLite.java
@@ -58,7 +58,7 @@ class ConformanceJavaLite {
}
case JSON_PAYLOAD: {
return Conformance.ConformanceResponse.newBuilder().setSkipped(
- "Lite runtime does not suport Json Formant.").build();
+ "Lite runtime does not support JSON format.").build();
}
case PAYLOAD_NOT_SET: {
throw new RuntimeException("Request didn't have payload.");
@@ -78,7 +78,7 @@ class ConformanceJavaLite {
case JSON:
return Conformance.ConformanceResponse.newBuilder().setSkipped(
- "Lite runtime does not suport Json Formant.").build();
+ "Lite runtime does not support JSON format.").build();
default: {
throw new RuntimeException("Unexpected request output.");
« no previous file with comments | « third_party/protobuf/conformance/ConformanceJava.java ('k') | third_party/protobuf/conformance/Makefile.am » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698