Skip to content

Commit

Permalink
Dev mode: RuntimeUpdatesProcessor#checkForFileChange() refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mkouba committed Oct 27, 2023
1 parent 18bdab9 commit 93480e9
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 99 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
*
* The location may be:
* <ul>
* <li>a relative file path; e.g. {@code foo/bar.sample}</li>
* <li>an absolute file path; e.g. {@code /home/foo/bar.sample}</li>
* <li>a relative OS-agnostic file path where {@code /} is used as a separator; e.g. {@code foo/bar.txt}</li>
* <li>an absolute OS-specific file path; e.g. {@code /home/foo/bar.txt}</li>
* <li>a glob pattern as defined in {@link java.nio.file.FileSystem#getPathMatcher(String)}; e.g. {@code *.sample}</li>
* </ul>
* <p>
Expand Down
Loading

0 comments on commit 93480e9

Please sign in to comment.