Skip to content

Commit

Permalink
AUse {@link FileOperationPatternKind} to reference the source of values.
Browse files Browse the repository at this point in the history
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
  • Loading branch information
testforstephen committed Mar 22, 2021
1 parent b2ff108 commit 0ade0f1
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7053,10 +7053,9 @@ class FileOperationPattern {
/**
* Whether to match files or folders with this pattern.
*
* The match kind could be <code>FileOperationPatternKind.File</code>,
* <code>FileOperationPatternKind.Folder</code> and undefined.
*
* Matches both if undefined.
*
* See {@link FileOperationPatternKind} for allowed values.
*/
String matches

Expand Down

0 comments on commit 0ade0f1

Please sign in to comment.