mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
Merge pull request #158 from kthoms/kth/380232
[380232] getColumn() should return 0 for "for no information available"
This commit is contained in:
commit
950a695bf1
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