Skip to content

Commit 5db6776

Browse files
committed
iluwatar#590 Fix PMD issue
1 parent fbf5ffe commit 5db6776

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

adapter/src/main/java/com/iluwatar/adapter/FishingBoatAdapter.java

-5
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
*/
2323
package com.iluwatar.adapter;
2424

25-
import org.slf4j.Logger;
26-
import org.slf4j.LoggerFactory;
27-
2825
/**
2926
*
3027
* Adapter class. Adapts the interface of the device ({@link FishingBoat}) into {@link RowingBoat}
@@ -33,8 +30,6 @@
3330
*/
3431
public class FishingBoatAdapter implements RowingBoat {
3532

36-
private static final Logger LOGGER = LoggerFactory.getLogger(FishingBoatAdapter.class);
37-
3833
private FishingBoat boat;
3934

4035
public FishingBoatAdapter() {

0 commit comments

Comments
 (0)