mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 14:59:25 +00:00
refactor: sanitize javadoc
This commit is contained in:
+1
-2
@@ -31,9 +31,8 @@ import static org.mockito.Mockito.verifyNoMoreInteractions;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
/**
|
||||
* Date: 12/20/15 - 2:19 PM
|
||||
* GiantControllerTest
|
||||
*
|
||||
* @author Jeroen Meulemeester
|
||||
*/
|
||||
class GiantControllerTest {
|
||||
|
||||
|
||||
+1
-2
@@ -29,9 +29,8 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
/**
|
||||
* Date: 12/20/15 - 2:10 PM
|
||||
* GiantModelTest
|
||||
*
|
||||
* @author Jeroen Meulemeester
|
||||
*/
|
||||
class GiantModelTest {
|
||||
|
||||
|
||||
+1
-2
@@ -38,9 +38,8 @@ import org.junit.jupiter.api.Test;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
/**
|
||||
* Date: 12/20/15 - 2:04 PM
|
||||
* GiantViewTest
|
||||
*
|
||||
* @author Jeroen Meulemeester
|
||||
*/
|
||||
class GiantViewTest {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user