Purge some more deprecated constructor usages
This commit is contained in:
@@ -171,5 +171,5 @@ public class FunctionRegistration<T> {
|
||||
}
|
||||
return result.target(target).names(this.names).properties(this.properties);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -19,7 +19,6 @@ package org.springframework.cloud.function.context.catalog;
|
||||
import java.util.Collections;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
import java.util.Optional;
|
||||
import java.util.Set;
|
||||
import java.util.function.Consumer;
|
||||
import java.util.function.Function;
|
||||
|
||||
Reference in New Issue
Block a user