From ba07771f8333f1b098ab8a9ec9fec886b72b9cc0 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Wed, 13 Apr 2016 16:54:12 -0400 Subject: Removed old data types --- .../src/main/java/bjc/utils/components/IComponentRepository.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'BJC-Utils2/src/main/java/bjc/utils/components/IComponentRepository.java') diff --git a/BJC-Utils2/src/main/java/bjc/utils/components/IComponentRepository.java b/BJC-Utils2/src/main/java/bjc/utils/components/IComponentRepository.java index c720015..348be3e 100644 --- a/BJC-Utils2/src/main/java/bjc/utils/components/IComponentRepository.java +++ b/BJC-Utils2/src/main/java/bjc/utils/components/IComponentRepository.java @@ -17,7 +17,9 @@ public interface IComponentRepository { * * @return A list of all the registered components */ - public IFunctionalList getComponentList(); + public default IFunctionalList getComponentList() { + return getComponents().valueList(); + } /** * Get all of the components this repository knows about -- cgit v1.2.3