mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
VcsRoot#toString
This commit is contained in:
@@ -52,4 +52,12 @@ public class VcsRoot {
|
||||
}
|
||||
return hashcode;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "VcsRoot{" +
|
||||
"vcs=" + vcs +
|
||||
", path=" + path +
|
||||
'}';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user