From 27bf571d6413c3cc6a5d664b5bddd38d21d7b1cd Mon Sep 17 00:00:00 2001 From: EVE Date: Mon, 13 Mar 2017 16:42:21 -0400 Subject: Formatting --- .../main/java/bjc/utils/components/IComponentRepository.java | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (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 a4dbfde..f3aab76 100644 --- a/BJC-Utils2/src/main/java/bjc/utils/components/IComponentRepository.java +++ b/BJC-Utils2/src/main/java/bjc/utils/components/IComponentRepository.java @@ -10,15 +10,14 @@ import bjc.utils.funcdata.IMap; * @author ben * * @param - * The type of components contained in this repository + * The type of components contained in this repository */ -public interface IComponentRepository< - ComponentType extends IDescribedComponent> { +public interface IComponentRepository { /** * Get all of the components this repository knows about * - * @return A map from component name to component, containing all of - * the components in the repositories + * @return A map from component name to component, containing all of the + * components in the repositories */ public IMap getAll(); @@ -26,7 +25,7 @@ public interface IComponentRepository< * Get a component with a specific name * * @param name - * The name of the component to retrieve + * The name of the component to retrieve * @return The named component, or null if no component with that name * exists */ -- cgit v1.2.3