Skip to content

Commit

Permalink
warn people more aggressively about null vals
Browse files Browse the repository at this point in the history
--Gabe
  • Loading branch information
willitcode committed Oct 23, 2023
1 parent 2cf7a1b commit 979afad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/LimelightManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public void periodic() {

/**
* Returns a limelight that has a target.
* @return the limelight that has a target. Null if none have valid targets.
* @return the limelight that has a target. <strong>WILL BE NULL</strong> if none have valid targets.
*/
public Limelight getTargetedLimelight() {
return cachedLimelight;
Expand Down

0 comments on commit 979afad

Please sign in to comment.