Skip to content

Commit

Permalink
fixing javadoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Jul 29, 2016
1 parent 8e4315c commit 43cedf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/client/src/org/openqa/selenium/DeviceRotation.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/**
* Defines an object which represents the three dimensional plane and how a device can be rotated about it.
* Each of the axis is in positive degrees on the real number scale (0 <= deg <= 360).
* Each of the axis is in positive degrees on the real number scale (0 &lt;= deg &lt;= 360).
*
* Example Instantiation to rotate device to "Landscape Right":
* DeviceRotation(0, 0, 90);
Expand Down

0 comments on commit 43cedf8

Please sign in to comment.