提交 7f44a0b7 authored 作者: Thomas Mueller's avatar Thomas Mueller

Use single line comments, so that blocks can be commented out using /* .. */

上级 cb6a90c1
...@@ -159,7 +159,7 @@ public class WebServer implements Service { ...@@ -159,7 +159,7 @@ public class WebServer implements Service {
private TranslateThread translateThread; private TranslateThread translateThread;
private boolean allowChunked = true; private boolean allowChunked = true;
private String serverPropertiesDir = Constants.SERVER_PROPERTIES_DIR; private String serverPropertiesDir = Constants.SERVER_PROPERTIES_DIR;
/** null means the history is not allowed to be stored */ // null means the history is not allowed to be stored
private String commandHistoryString; private String commandHistoryString;
/** /**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论