Skip to content

Commit fbce70c

Browse files
Make canId final
1 parent bf661f1 commit fbce70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/main/java/com/team2813/lib2813/util/InvalidCanIdException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public class InvalidCanIdException extends RuntimeException {
77
*
88
* @serial an integer that is not between 0 and 62
99
*/
10-
private int canId;
10+
private final int canId;
1111

1212
public InvalidCanIdException(int canId) {
1313
super(

0 commit comments

Comments
 (0)