fix: fix checkstyle errors in build

This commit is contained in:
Ilkka Seppälä
2024-05-14 18:02:47 +03:00
parent 86b0520f9d
commit 1f7aaef392
6 changed files with 8 additions and 15 deletions
@@ -24,7 +24,8 @@
*/
package com.iluwatar.object.pool;
import java.util.concurrent.atomic.AtomicInteger;import lombok.extern.slf4j.Slf4j;
import java.util.concurrent.atomic.AtomicInteger;
import lombok.extern.slf4j.Slf4j;
/**
* Oliphaunts are expensive to create.
@@ -29,9 +29,7 @@ import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
import org.junit.jupiter.api.Test;
/**
*
* Application test
*
* Application test.
*/
class AppTest {
@@ -35,9 +35,7 @@ import java.util.List;
import org.junit.jupiter.api.Test;
/**
* Date: 12/27/15 - 1:05 AM
*
* @author Jeroen Meulemeester
* OliphauntPoolTest.
*/
class OliphauntPoolTest {