Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <[email protected]>
  • Loading branch information
J-N-K committed Jun 18, 2022
1 parent 8c89f15 commit 43bdc1a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ public void unregisterListener(WatchEventListener watchEventListener) {
if (path.startsWith(basePath)) {
return path;
}
logger.warn("Tried to add path '{}' to listener '{}', but the base path of this listener is '{}'", path, name, basePath);
logger.warn("Tried to add path '{}' to listener '{}', but the base path of this listener is '{}'", path,
name, basePath);
return null;
}
return basePath.resolve(path).toAbsolutePath();
Expand Down

0 comments on commit 43bdc1a

Please sign in to comment.