mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[idea] unify how we obtain virtual files for psi elements plus some other minor changes
This commit is contained in:
parent
1f642242c2
commit
1607cbf27f
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(
|
||||
"If multiple associated locations are present, the path has to be set");
|
||||
"Iff multiple associated locations are present, the path has to be set");
|
||||
} else {
|
||||
allNull = false;
|
||||
path = data.getSrcRelativePath();
|
||||
|
|
Loading…
Reference in a new issue