#590 Fix PMD issue

This commit is contained in:
Ilkka Seppälä 2017-08-19 10:10:49 +03:00
parent fbf5ffe67a
commit 5db6776971

View File

@ -22,9 +22,6 @@
*/ */
package com.iluwatar.adapter; package com.iluwatar.adapter;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/** /**
* *
* Adapter class. Adapts the interface of the device ({@link FishingBoat}) into {@link RowingBoat} * Adapter class. Adapts the interface of the device ({@link FishingBoat}) into {@link RowingBoat}
@ -33,8 +30,6 @@ import org.slf4j.LoggerFactory;
*/ */
public class FishingBoatAdapter implements RowingBoat { public class FishingBoatAdapter implements RowingBoat {
private static final Logger LOGGER = LoggerFactory.getLogger(FishingBoatAdapter.class);
private FishingBoat boat; private FishingBoat boat;
public FishingBoatAdapter() { public FishingBoatAdapter() {