提交 1f1fd865 authored 作者: Thomas Mueller's avatar Thomas Mueller

Prepare release

上级 1cdccd21
......@@ -91,6 +91,9 @@ public class CheckJavadoc {
break;
}
String rawLine = text.substring(pos, next);
if (rawLine.endsWith("\r\n")) {
rawLine = rawLine.substring(0, rawLine.length() - 2) + "\n";
}
String line = rawLine.trim();
if (line.startsWith("/*")) {
inComment = true;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论