mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
testfix
This commit is contained in:
@@ -453,8 +453,8 @@ public class ProjectImpl extends ComponentManagerImpl implements ProjectEx {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "Project "
|
||||
+ (isDisposed() ? "(Disposed) " : "'" + getLocation()+"'")
|
||||
return "Project"
|
||||
+ (isDisposed() ? " (Disposed)" : isDefault() ? "" : " '" + getLocation()+"'")
|
||||
+ (isDefault() ? " (Default)" : "")
|
||||
+ " " + myName
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user