Skip to content

Commit 76a4d25

Browse files
authored
Fixing Formatting in Utils (#770)
1 parent 6667b0f commit 76a4d25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/main/java/feign/Util.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ public static String emptyToNull(String string) {
150150
}
151151

152152
/**
153-
* Removes values from the array that meet the criteria for removal via the supplied {@link Predicate} value
153+
* Removes values from the array that meet the criteria for removal via the supplied
154+
* {@link Predicate} value
154155
*/
155156
@SuppressWarnings("unchecked")
156157
public static <T> T[] removeValues(T[] values, Predicate<T> shouldRemove, Class<T> type) {

0 commit comments

Comments
 (0)