Skip to content

Commit

Permalink
samples: deprecated methods -> undeprecated versions. (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerjou authored and Shabirmean committed Nov 17, 2022
1 parent 407d850 commit 3df6b4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static void main(String... args) throws Exception {


System.out.printf("Text: %s%n", text);
System.out.printf("Translation: %s%n", translation.translatedText());
System.out.printf("Translation: %s%n", translation.getTranslatedText());
}
}
// [END translate_quickstart]

0 comments on commit 3df6b4a

Please sign in to comment.