extra javadoc

This commit is contained in:
Sander Hautvast 2020-01-14 22:05:33 +01:00
parent e12f3b284d
commit c54588b880

View file

@ -6,9 +6,8 @@ import java.util.concurrent.ConcurrentMap;
import java.util.function.Supplier; import java.util.function.Supplier;
/** /**
* * Contains the definitions and the factory methods to create defintions and test dummies.
*/ */
@SuppressWarnings({"rawtypes","unchecked"}) @SuppressWarnings({"rawtypes","unchecked"})
public class Factory { public class Factory {