Skip to content

Commit 8871506

Browse files
committed
Cleanup
1 parent 38e095a commit 8871506

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

spring-cloud-function-context/src/main/java/org/springframework/cloud/function/context/catalog/FunctionTypeUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ public static boolean isTypeMap(Type type) {
142142

143143
public static boolean isTypeArray(Type type) {
144144
return type instanceof GenericArrayType;
145-
// return getRawType(type).isArray();
146145
}
147146

148147
public static boolean isJsonNode(Type type) {

spring-cloud-function-context/src/main/java/org/springframework/cloud/function/context/catalog/SimpleFunctionRegistry.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@
9191
*/
9292
public class SimpleFunctionRegistry implements FunctionRegistry {
9393
protected Log logger = LogFactory.getLog(this.getClass());
94-
/*
95-
* - do we care about FunctionRegistration after it's been registered? What additional value does it bring?
96-
*
97-
*/
9894

9995
private final Set<FunctionRegistration<?>> functionRegistrations = new CopyOnWriteArraySet<>();
10096

0 commit comments

Comments
 (0)