Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-schlichtherle committed Apr 1, 2024
1 parent 72eba53 commit e8fa5e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/src/main/java/bali/java/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ static Name qualifiedNameOf(AnnotationMirror m) {
private Utils() {
}

@SuppressWarnings("SameParameterValue")
static String mkString(Collection<?> collection, String prefix, String delimiter, String suffix) {
return mkString(collection.stream(), prefix, delimiter, suffix);
}
Expand Down

0 comments on commit e8fa5e6

Please sign in to comment.