未验证 提交 0d948792 编写于 作者: D Daniel Beck 提交者: GitHub

Merge pull request #4654 from daniel-beck/fix-isDevelopment-comment

Fix comment about when this is set
......@@ -220,7 +220,8 @@ public class Main {
public static boolean isUnitTest = false;
/**
* Set to true if we are running inside {@code mvn hpi:run} or {@code mvn jetty:run}.
* Set to true if we are running inside {@code mvn jetty:run}.
* This is also set if running inside {@code mvn hpi:run} since plugins parent POM 2.30.
*/
public static boolean isDevelopmentMode = SystemProperties.getBoolean(Main.class.getName()+".development");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册