refactor: sanitize javadoc

This commit is contained in:
Ilkka Seppälä
2024-05-23 18:40:52 +03:00
parent 7273c242b6
commit 8389456532
204 changed files with 127 additions and 337 deletions
@@ -35,10 +35,9 @@ import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.MethodSource;
/**
* Date: 12/28/15 - 8:45 PM
* PrototypeTest
*
* @param <P> Prototype
* @author Jeroen Meulemeester
*/
class PrototypeTest<P extends Prototype<P>> {
static Collection<Object[]> dataProvider() {