提交 cb6a90c1 authored 作者: Thomas Mueller's avatar Thomas Mueller

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

上级 5301473f
...@@ -66,9 +66,8 @@ class WebSession { ...@@ -66,9 +66,8 @@ class WebSession {
WebSession(WebServer server) { WebSession(WebServer server) {
this.server = server; this.server = server;
/* This must be stored in the session rather than in the server. // This must be stored in the session rather than in the server.
* Otherwise, one client could allow saving history for others (insecure). // Otherwise, one client could allow saving history for others (insecure).
*/
this.commandHistory = server.getCommandHistoryList(); this.commandHistory = server.getCommandHistoryList();
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论