From 4843027e43ef51387c4bb800e73dc77ebbda234a Mon Sep 17 00:00:00 2001 From: cola98765 Date: Tue, 30 Nov 2021 11:50:36 +0100 Subject: [PATCH] javadocs error (not really problem, but prevented me form scanning the code) --- src/main/java/com/seibel/lod/core/util/SingletonHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/seibel/lod/core/util/SingletonHandler.java b/src/main/java/com/seibel/lod/core/util/SingletonHandler.java index cb6791660..1770aef20 100644 --- a/src/main/java/com/seibel/lod/core/util/SingletonHandler.java +++ b/src/main/java/com/seibel/lod/core/util/SingletonHandler.java @@ -40,7 +40,7 @@ public class SingletonHandler /** * Adds the given singleton so it can be referenced later. * - * @param objectClass + * @param interfaceClass * @param singletonReference * @throws IllegalStateException */