mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Use wpilib.robot instead of frc.robot (#8345)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user