Skip to content

Commit 8d7a7a3

Browse files
committed
🔊 toString for TeamOwnership
1 parent bcfe362 commit 8d7a7a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

haus-manager/src/main/java/org/commonhaus/automation/hm/TeamConflictResolver.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,5 +411,10 @@ public boolean equals(Object o) {
411411
public int hashCode() {
412412
return Objects.hash(type, org, projects);
413413
}
414+
415+
@Override
416+
public String toString() {
417+
return "TeamOwnership [type=" + type + ", hasConflict()=" + hasConflict() + "]";
418+
}
414419
}
415420
}

0 commit comments

Comments
 (0)