We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6667b0f commit 76a4d25Copy full SHA for 76a4d25
core/src/main/java/feign/Util.java
@@ -150,7 +150,8 @@ public static String emptyToNull(String string) {
150
}
151
152
/**
153
- * Removes values from the array that meet the criteria for removal via the supplied {@link Predicate} value
+ * Removes values from the array that meet the criteria for removal via the supplied
154
+ * {@link Predicate} value
155
*/
156
@SuppressWarnings("unchecked")
157
public static <T> T[] removeValues(T[] values, Predicate<T> shouldRemove, Class<T> type) {
0 commit comments