mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[473621] IDEA / fix breakpoint behavior - see https://bugs.eclipse.org/bugs/show_bug.cgi?id=473621
This commit is contained in:
parent
c216c609ff
commit
1f642242c2
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ public abstract class AbstractTraceRegion {
|
|||
if (data.getSrcRelativePath() == null) {
|
||||
if (!allNull)
|
||||
throw new IllegalStateException(
|
||||
"Iff multiple associated locations are present, the path has to be set");
|
||||
"If multiple associated locations are present, the path has to be set");
|
||||
} else {
|
||||
allNull = false;
|
||||
path = data.getSrcRelativePath();
|
||||
|
|
Loading…
Reference in a new issue