Skip to content

Commit 8bdf1dd

Browse files
authored
bug 347826138 clean up the deprecated region attribute custom_attribute_filter_multi_attributes (#9391)
1 parent c4cc554 commit 8bdf1dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jobs/v3/src/main/java/com/google/samples/CustomAttributeSample.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ public static void filtersOnLongValueCustomAttribute() throws IOException, Inter
148148
// [END custom_attribute_filter_long_value]
149149

150150
// [START job_custom_attribute_filter_multi_attributes]
151-
// [START custom_attribute_filter_multi_attributes]
152151

153152
/** CustomAttributeFilter on multiple CustomAttributes */
154153
public static void filtersOnMultiCustomAttributes() throws IOException, InterruptedException {
@@ -181,7 +180,6 @@ public static void filtersOnMultiCustomAttributes() throws IOException, Interrup
181180
Thread.sleep(1000);
182181
System.out.printf("Custom search job results (multiple value): %s\n", response);
183182
}
184-
// [END custom_attribute_filter_multi_attributes]
185183
// [END job_custom_attribute_filter_multi_attributes]
186184

187185
public static void main(String... args) throws Exception {

0 commit comments

Comments
 (0)