easy debug info.lineNumber: replace lineInfo/settingInfo/fileInfo to info

This commit is contained in:
林万程
2023-12-20 18:26:49 +08:00
parent 249a43a6e8
commit ed33a94fcc
25 changed files with 211 additions and 207 deletions

View File

@@ -18,7 +18,7 @@ public class CsLineEnd extends BaseLangDoc {
}
@Override
public boolean show(@NotNull LineInfo lineInfo) {
public boolean show(@NotNull LineInfo info) {
return true;
}