From 46bf425f96c30a2146b7c94c85c75d680c938527 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Sat, 21 Nov 2020 11:37:03 +0100 Subject: [PATCH] Typo in JavaDoc --- .../main/java/org/libreccm/categorization/CategoryManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccm-core/src/main/java/org/libreccm/categorization/CategoryManager.java b/ccm-core/src/main/java/org/libreccm/categorization/CategoryManager.java index 41dc93296..91c752963 100644 --- a/ccm-core/src/main/java/org/libreccm/categorization/CategoryManager.java +++ b/ccm-core/src/main/java/org/libreccm/categorization/CategoryManager.java @@ -872,7 +872,7 @@ public class CategoryManager implements Serializable { * The first entry in the list is the root category, the last entry is the * provided category. * - * @param ofCategory The category for whic the tree is generated. + * @param ofCategory The category for which the tree is generated. * * @return A list of a categories in the path of the provided category. */