[473621] IDEA / fix breakpoint behavior - see https://bugs.eclipse.org/bugs/show_bug.cgi?id=473621

This commit is contained in:
Sven Efftinge 2015-08-11 13:53:51 +02:00
parent c216c609ff
commit 1f642242c2

View file

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