From d4ca769e542b2489b1e23cfcbdc3a0b7275b87cd Mon Sep 17 00:00:00 2001 From: Ben Culkin Date: Mon, 13 Apr 2020 18:40:41 -0400 Subject: Cleanup pass Cleanup pass to uniformize things --- base/src/main/java/bjc/utils/components/IComponentRepository.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'base/src/main/java/bjc/utils/components/IComponentRepository.java') diff --git a/base/src/main/java/bjc/utils/components/IComponentRepository.java b/base/src/main/java/bjc/utils/components/IComponentRepository.java index 9339a19..5ebb1de 100644 --- a/base/src/main/java/bjc/utils/components/IComponentRepository.java +++ b/base/src/main/java/bjc/utils/components/IComponentRepository.java @@ -10,7 +10,7 @@ import bjc.funcdata.IMap; * @author ben * * @param - * The type of components contained in this repository. + * The type of components contained in this repository. */ public interface IComponentRepository { /** @@ -25,10 +25,9 @@ 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. + * @return The named component, or null if no component with that name exists. */ public ComponentType getByName(String name); -- cgit v1.2.3