Skip to content

Commit 2a5650c

Browse files
realjordannajabubake
authored andcommitted
Fix documentation for deIdentifyWithMask (GoogleCloudPlatform#1110)
Fix the end tag deIdentifyWithMask to match the start tag which is dlp_deidentify_masking.
1 parent f673572 commit 2a5650c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)