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 {