Purge some more deprecated constructor usages

This commit is contained in:
Dave Syer
2018-09-17 15:21:40 +01:00
parent f7b184c4c3
commit 3c91914f82
3 changed files with 3 additions and 4 deletions

View File

@@ -171,5 +171,5 @@ public class FunctionRegistration<T> {
}
return result.target(target).names(this.names).properties(this.properties);
}
}

View File

@@ -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;