summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/main/java/bjc/utils/components/IComponentRepository.java
diff options
context:
space:
mode:
authorbculkin2442 <bjculkin@mix.wvu.edu>2016-03-29 10:17:04 -0400
committerbculkin2442 <bjculkin@mix.wvu.edu>2016-03-29 10:17:04 -0400
commit4656403d47fe5636c61594886aa5bfc9cbbf8509 (patch)
tree9507e314aff9324db6b8501b61a2f24ce19a0cca /BJC-Utils2/src/main/java/bjc/utils/components/IComponentRepository.java
parent4e49eb8800a8be885f9b95c61cbe1008b1fed09f (diff)
Some more minor tweaks to components
Diffstat (limited to 'BJC-Utils2/src/main/java/bjc/utils/components/IComponentRepository.java')
-rw-r--r--BJC-Utils2/src/main/java/bjc/utils/components/IComponentRepository.java2
1 files changed, 1 insertions, 1 deletions
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 43d5919..3e284e6 100644
--- a/BJC-Utils2/src/main/java/bjc/utils/components/IComponentRepository.java
+++ b/BJC-Utils2/src/main/java/bjc/utils/components/IComponentRepository.java
@@ -24,7 +24,7 @@ public interface IComponentRepository<E extends IDescribedComponent> {
* Get all of the components this repository knows about
*
* @return A map from component name to component, containing all of
- * the components in the repositorys
+ * the components in the repositories
*/
public Map<String, E> getComponents();