mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 10:58:42 +00:00
refactor: sanitize javadoc
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user