Skip to content

Commit

Permalink
removed redundant assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrulz committed Mar 12, 2017
1 parent af51097 commit 2149c9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ public void onTiltInAxisZ(int direction) {
}

private void displayResultForTiltDirectionDetector(int direction, String axis) {
String dir = "NA";
String dir;
if (direction == TiltDirectionDetector.DIRECTION_CLOCKWISE) {
dir = "ClockWise";
}
Expand Down

0 comments on commit 2149c9b

Please sign in to comment.