Skip to content

Commit 9e021fe

Browse files
committed
spotless
1 parent d733f23 commit 9e021fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RobotSideCode/wallEYE/src/main/java/WallEye/WallEyeCam.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public class WallEyeCam {
4141
* @param tableName a string that specifies the table name of the WallEye instance (is set in the
4242
* web interface)
4343
* @param camIndex number to identify the camera as according to webInterface
44-
* @param dioPort NOT IMPLEMENTED an int that corresponds to the dioport that the strobe is connected to (-1 to
45-
* disable it)
44+
* @param dioPort NOT IMPLEMENTED an int that corresponds to the dioport that the strobe is
45+
* connected to (-1 to disable it)
4646
*/
4747
public WallEyeCam(String tableName, int camIndex, int dioPort) {
4848
gyroResults = new DIOGyroResult[maxGyroResultSize];

RobotSideCode/wallEYE/src/main/java/WallEye/WallEyeResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public WallEyeResult(
5353
/**
5454
* Getter for the ambiguity
5555
*
56-
* @return double that represents pose confidence (higher is better [1.0 is the max])
56+
* @return double that represents pose confidence (higher is worse [1.0 is the max])
5757
*/
5858
public double getAmbiguity() {
5959
return ambiguity;

0 commit comments

Comments
 (0)