Skip to content

Commit 9bcd2da

Browse files
Vinay NandamuriVinay Nandamuri
authored andcommitted
first commit
1 parent 8938054 commit 9bcd2da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
public class FishingBoatAdapter implements RowingBoat {
3232

3333
private final FishingBoat boat = new FishingBoat();
34+
private int row = 0;
3435

3536
public final void row() {
3637
boat.sail();

0 commit comments

Comments
 (0)