We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf5ffe commit 5db6776Copy full SHA for 5db6776
adapter/src/main/java/com/iluwatar/adapter/FishingBoatAdapter.java
@@ -22,9 +22,6 @@
22
*/
23
package com.iluwatar.adapter;
24
25
-import org.slf4j.Logger;
26
-import org.slf4j.LoggerFactory;
27
-
28
/**
29
*
30
* Adapter class. Adapts the interface of the device ({@link FishingBoat}) into {@link RowingBoat}
@@ -33,8 +30,6 @@
33
34
31
public class FishingBoatAdapter implements RowingBoat {
35
32
36
- private static final Logger LOGGER = LoggerFactory.getLogger(FishingBoatAdapter.class);
37
38
private FishingBoat boat;
39
40
public FishingBoatAdapter() {
0 commit comments