Skip to content

Commit

Permalink
change deprecated log message
Browse files Browse the repository at this point in the history
Co-authored-by: Manik Magar <manik.magar@gmail.com>
  • Loading branch information
ancho and manikmagar committed Feb 24, 2021
1 parent 25826b1 commit 9be41ff
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,7 +27,7 @@ public class JettyServer implements Closeable {

@Deprecated
public void run(String resourceBase, String port) {
LOGGER.warn("DEPRECATED. Will be removed in the future. Use run(String resourceBase, JBakeConfiguration config) instead");
LOGGER.warn("DEPRECATED. This method will be removed in the next major release. Use run(String resourceBase, JBakeConfiguration config) instead.");
run(resourceBase, "/", "localhost", Integer.parseInt(port));
}

Expand Down

0 comments on commit 9be41ff

Please sign in to comment.