We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb3d01e commit 8dfea2cCopy full SHA for 8dfea2c
1 file changed
gcloud-java-translate/src/main/java/com/google/cloud/translate/TranslateOptions.java
@@ -44,7 +44,8 @@ public static class DefaultTranslateFactory implements TranslateFactory {
44
@Override
45
public Translate create(TranslateOptions options) {
46
return null;
47
- //return new TranslateImpl(options);
+ // todo(mziccard) uncomment as soon as TranslateImpl is implemented
48
+ // return new TranslateImpl(options);
49
}
50
51
0 commit comments