Skip to content

Commit

Permalink
#590 Fix PMD issue
Browse files Browse the repository at this point in the history
  • Loading branch information
iluwatar committed Aug 19, 2017
1 parent fbf5ffe commit 5db6776
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
*/
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}
Expand All @@ -33,8 +30,6 @@
*/
public class FishingBoatAdapter implements RowingBoat {

private static final Logger LOGGER = LoggerFactory.getLogger(FishingBoatAdapter.class);

private FishingBoat boat;

public FishingBoatAdapter() {
Expand Down

0 comments on commit 5db6776

Please sign in to comment.