Skip to content

Commit

Permalink
Document empty method body
Browse files Browse the repository at this point in the history
  • Loading branch information
ekigamba committed Oct 30, 2018
1 parent 418a933 commit dc77ae5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions library/src/main/java/io/ona/kujaku/views/KujakuMapView.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
import io.ona.kujaku.tasks.GenericAsyncTask;
import io.ona.kujaku.utils.LogUtil;
import io.ona.kujaku.utils.NetworkUtil;
import io.ona.kujaku.utils.Views;

/**
* Created by Ephraim Kigamba - [email protected] on 26/09/2018
Expand Down Expand Up @@ -445,12 +446,12 @@ public void onMoveBegin(@NonNull MoveGestureDetector detector) {

@Override
public void onMove(@NonNull MoveGestureDetector detector) {

// We are not going to do anything here
}

@Override
public void onMoveEnd(@NonNull MoveGestureDetector detector) {

// We are also not going to do anything here
}
});
}
Expand Down

0 comments on commit dc77ae5

Please sign in to comment.