mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
fix tests
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user