Skip to content

Commit f2b8c21

Browse files
committed
Add Comment
1 parent d1210a8 commit f2b8c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

liquidjava-verifier/src/main/java/liquidjava/diagnostics/LJDiagnostic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public String getMessage() {
3131
}
3232

3333
public String getDetails() {
34-
return "";
34+
return ""; // to be overridden by subclasses
3535
}
3636

3737
public ErrorPosition getPosition() {

0 commit comments

Comments
 (0)