Skip to content

Commit

Permalink
Removed unused StringBuilder
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Kryukov <dk2k@ya.ru>
  • Loading branch information
dk2k committed Aug 22, 2024
1 parent abb1041 commit 2d1830c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,6 @@ public boolean equals(Object o) {

@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append('{').append(this.repositoriesMetadata).append('}');
return super.toString();
}
}

0 comments on commit 2d1830c

Please sign in to comment.