Use wpilib.robot instead of frc.robot (#8345)

This commit is contained in:
Peter Johnson
2025-11-08 16:22:34 -08:00
committed by GitHub
parent ca206c5633
commit fc4e922206
10 changed files with 104 additions and 104 deletions

View File

@@ -105,7 +105,7 @@ public final class StringUtils {
/**
* Gets the name of the generated class used to log data of the given type. This will be
* fully-qualified class name, such as {@code "frc.robot.MyRobotLogger"}.
* fully-qualified class name, such as {@code "wpilib.robot.MyRobotLogger"}.
*
* @param clazz the data type that the logger supports
* @return the logger class name