Skip to content

Commit 655b8ab

Browse files
committed
Make TODO uppercase
1 parent e8e68f2 commit 655b8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-translate/src/main/java/com/google/cloud/translate/Translation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public final boolean equals(Object obj) {
123123
}
124124

125125
static Translation fromPb(TranslationsResource translationPb) {
126-
// todo remove get("model") as soon as REST apiary supports model
126+
// TODO remove get("model") as soon as REST apiary supports model
127127
return new Translation(translationPb.getTranslatedText(),
128128
translationPb.getDetectedSourceLanguage(), (String) translationPb.get("model"));
129129
}

0 commit comments

Comments
 (0)