mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[380232] getColumn() should return 0 for "for no information available"
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
This commit is contained in:
parent
cddd77f476
commit
b8b82e13a3
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public abstract class AbstractDiagnostic implements Diagnostic {
|
|||
|
||||
@Override
|
||||
public int getColumn() {
|
||||
throw new UnsupportedOperationException();
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue