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 authored and DavideD committed Nov 27, 2023
1 parent d8a79d4 commit 9a32c51
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 9a32c51

Please sign in to comment.