Skip to content

Commit 65970b8

Browse files
merla18dzlier-gcp
authored andcommitted
fixed a missing [ in the end tag (GoogleCloudPlatform#1220)
needed for integration with product documentation
1 parent ea74d34 commit 65970b8

File tree

1 file changed

+1
-1
lines changed
  • language/automl/src/main/java/com/google/cloud/language/samples

1 file changed

+1
-1
lines changed

language/automl/src/main/java/com/google/cloud/language/samples/ModelApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public static void getModel(String projectId, String computeRegion, String model
184184
System.out.println(String.format("\tnanos: %s", model.getCreateTime().getNanos()));
185185
System.out.println(String.format("Model deployment state: %s", model.getDeploymentState()));
186186
}
187-
// END automl_language_get_model]
187+
// [END automl_language_get_model]
188188

189189
// [START automl_language_list_model_evaluations]
190190
/**

0 commit comments

Comments
 (0)