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:
+1
-2
@@ -29,9 +29,8 @@ import static org.junit.jupiter.api.Assertions.assertSame;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
/**
|
||||
* Date: 12/13/15 - 1:35 PM
|
||||
* ApplicationExceptionTest
|
||||
*
|
||||
* @author Jeroen Meulemeester
|
||||
*/
|
||||
class ApplicationExceptionTest {
|
||||
|
||||
|
||||
@@ -34,9 +34,8 @@ import org.junit.jupiter.params.ParameterizedTest;
|
||||
import org.junit.jupiter.params.provider.MethodSource;
|
||||
|
||||
/**
|
||||
* Date: 12/13/15 - 1:39 PM
|
||||
* CommandTest
|
||||
*
|
||||
* @author Jeroen Meulemeester
|
||||
*/
|
||||
class CommandTest {
|
||||
|
||||
|
||||
+1
-2
@@ -34,9 +34,8 @@ import org.junit.jupiter.params.ParameterizedTest;
|
||||
import org.junit.jupiter.params.provider.MethodSource;
|
||||
|
||||
/**
|
||||
* Date: 12/13/15 - 1:39 PM
|
||||
* FrontControllerTest
|
||||
*
|
||||
* @author Jeroen Meulemeester
|
||||
*/
|
||||
class FrontControllerTest {
|
||||
|
||||
|
||||
@@ -34,9 +34,8 @@ import org.junit.jupiter.params.ParameterizedTest;
|
||||
import org.junit.jupiter.params.provider.MethodSource;
|
||||
|
||||
/**
|
||||
* Date: 12/13/15 - 1:39 PM
|
||||
* ViewTest
|
||||
*
|
||||
* @author Jeroen Meulemeester
|
||||
*/
|
||||
class ViewTest {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user