Skip to content

Commit e6c7e8c

Browse files
realjordannachingor13
authored andcommitted
samples: Fix documentation for deIdentifyWithMask (#1110)
Fix the end tag deIdentifyWithMask to match the start tag which is dlp_deidentify_masking.
1 parent 0c770b4 commit e6c7e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlp/snippets/snippets/src/main/java/com/example/dlp/DeIdentification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ private static void deIdentifyWithMask(
132132
System.out.println("Error in deidentifyWithMask: " + e.getMessage());
133133
}
134134
}
135-
// [END dlp_deidentify_mask]
135+
// [END dlp_deidentify_masking]
136136

137137
// [START dlp_deidentify_fpe]
138138
/**

0 commit comments

Comments
 (0)