Skip to content

Commit

Permalink
Fixing javadoc to match OSS spec
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Aug 26, 2017
1 parent cfebaad commit 7e034d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public interface TouchScreen {
* @param where The coordinate of the element to flick on
* @param xOffset The x offset relative to the viewport
* @param yOffset The y offset relative to the viewport
* @param speed speed to flick, 0 = normal, 1 = fast, 2 = slow
* @param speed speed in pixels/second
*/
void flick(Coordinates where, int xOffset, int yOffset, int speed);
}

0 comments on commit 7e034d9

Please sign in to comment.