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 30, 2023
1 parent 84e3a04 commit fc1b83f
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 106 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 fc1b83f

Please sign in to comment.