From c54588b880608b1dd6c7e439af2ddaf04b15e968 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Tue, 14 Jan 2020 22:05:33 +0100 Subject: [PATCH] extra javadoc --- src/main/java/shautvast/edie/Factory.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/shautvast/edie/Factory.java b/src/main/java/shautvast/edie/Factory.java index 7fe5a32..048a4fa 100644 --- a/src/main/java/shautvast/edie/Factory.java +++ b/src/main/java/shautvast/edie/Factory.java @@ -6,9 +6,8 @@ import java.util.concurrent.ConcurrentMap; import java.util.function.Supplier; /** - * + * Contains the definitions and the factory methods to create defintions and test dummies. */ - @SuppressWarnings({"rawtypes","unchecked"}) public class Factory {