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
@@ -31,9 +31,8 @@ import static org.mockito.Mockito.verifyNoMoreInteractions;
import org.junit.jupiter.api.Test;
/**
* Date: 12/29/15 - 18:15 PM
* HalflingThiefTest
*
* @author Jeroen Meulemeester
*/
class HalflingThiefTest {
@@ -25,9 +25,8 @@
package com.iluwatar.templatemethod;
/**
* Date: 12/30/15 - 18:12 PM
* HitAndRunMethodTest
*
* @author Jeroen Meulemeester
*/
class HitAndRunMethodTest extends StealingMethodTest<HitAndRunMethod> {
@@ -38,10 +38,9 @@ import org.junit.jupiter.api.Test;
import org.slf4j.LoggerFactory;
/**
* Date: 12/30/15 - 18:12 PM
* StealingMethodTest
*
* @param <M> Type of StealingMethod
* @author Jeroen Meulemeester
*/
public abstract class StealingMethodTest<M extends StealingMethod> {
@@ -25,9 +25,8 @@
package com.iluwatar.templatemethod;
/**
* Date: 12/30/15 - 18:19 PM
* SubtleMethodTest
*
* @author Jeroen Meulemeester
*/
class SubtleMethodTest extends StealingMethodTest<SubtleMethod> {