Skip to content

Commit 13bf5a4

Browse files
Added dead code to client class
1 parent 9c59753 commit 13bf5a4

File tree

1 file changed

+5
-0
lines changed
  • src/main/java/com/diffblue/corebanking/client

1 file changed

+5
-0
lines changed

src/main/java/com/diffblue/corebanking/client/Client.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ public String toString() {
5959
output += this.getAccounts().get(j).toString() + "\n";
6060
}
6161

62+
if(output.isEmpty()) {
63+
// Dead code
64+
output += "The details of this client are empty.";
65+
}
66+
6267
return output;
6368
}
6469
}

0 commit comments

Comments
 (0)