Skip to content

Commit

Permalink
fix: fix checkstyle errors in build
Browse files Browse the repository at this point in the history
  • Loading branch information
iluwatar committed May 14, 2024
1 parent 86b0520 commit 1f7aaef
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
import org.junit.jupiter.api.Test;

/**
*
* Application test
*
* Application test.
*/
class AppTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
import org.junit.jupiter.api.Test;

/**
* Date: 12/27/15 - 1:05 AM
*
* @author Jeroen Meulemeester
* OliphauntPoolTest.
*/
class OliphauntPoolTest {

Expand Down
4 changes: 1 addition & 3 deletions observer/src/test/java/com/iluwatar/observer/AppTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
import org.junit.jupiter.api.Test;

/**
*
* Application test
*
* Application test.
*/
class AppTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
import java.util.List;

/**
* Date: 12/27/15 - 12:07 PM
*
* @author Jeroen Meulemeester
* GHobbitsTest.
*/
class GHobbitsTest extends ObserverTest<GenHobbits> {

Expand All @@ -46,7 +44,7 @@ public Collection<Object[]> dataProvider() {
}

/**
* Create a new test with the given weather and expected response
* Create a new test with the given weather and expected response.
*/
public GHobbitsTest() {
super(GenHobbits::new);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
import ch.qos.logback.classic.Logger;
import ch.qos.logback.classic.spi.ILoggingEvent;
import ch.qos.logback.core.AppenderBase;
import org.slf4j.LoggerFactory;
import java.util.LinkedList;
import java.util.List;
import org.slf4j.LoggerFactory;

/**
* InMemory Log Appender Util.
Expand Down

0 comments on commit 1f7aaef

Please sign in to comment.