VcsRoot#toString

This commit is contained in:
peter
2012-03-21 10:18:13 +01:00
parent 205cdd5b59
commit 4ba6b0c1a4
@@ -52,4 +52,12 @@ public class VcsRoot {
}
return hashcode;
}
@Override
public String toString() {
return "VcsRoot{" +
"vcs=" + vcs +
", path=" + path +
'}';
}
}