[idea] unify how we obtain virtual files for psi elements plus some other minor changes

This commit is contained in:
Sven Efftinge 2015-08-12 16:14:45 +02:00
parent 1f642242c2
commit 1607cbf27f

View file

@ -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();