fix tests

This commit is contained in:
peter
2012-07-27 22:43:13 +02:00
parent 7e673705c1
commit 961ec7aa1d
2 changed files with 10 additions and 10 deletions
@@ -133,7 +133,7 @@ public class PropertyGroup implements Group, ColoredItemPresentation, AccessLeve
}
public String getPresentableText() {
return myPropertyName + ":" + myPropertyType.getPresentableText();
return myPropertyName + ": " + myPropertyType.getPresentableText();
}
public String toString() {