mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Merge branch 'main' into 2027
This commit is contained in:
@@ -9,7 +9,7 @@ import edu.wpi.first.wpilibj2.command.Command;
|
||||
|
||||
/** An example command that uses an example subsystem. */
|
||||
public class ExampleCommand extends Command {
|
||||
@SuppressWarnings({"PMD.UnusedPrivateField", "PMD.SingularField"})
|
||||
@SuppressWarnings("PMD.UnusedPrivateField")
|
||||
private final ExampleSubsystem m_subsystem;
|
||||
|
||||
/**
|
||||
|
||||
@@ -9,7 +9,7 @@ import edu.wpi.first.wpilibj2.command.Command;
|
||||
|
||||
/** An example command that uses an example subsystem. */
|
||||
public class ExampleCommand extends Command {
|
||||
@SuppressWarnings({"PMD.UnusedPrivateField", "PMD.SingularField"})
|
||||
@SuppressWarnings("PMD.UnusedPrivateField")
|
||||
private final RomiDrivetrain m_subsystem;
|
||||
|
||||
/**
|
||||
|
||||
@@ -9,7 +9,7 @@ import edu.wpi.first.wpilibj2.command.Command;
|
||||
|
||||
/** An example command that uses an example subsystem. */
|
||||
public class ExampleCommand extends Command {
|
||||
@SuppressWarnings({"PMD.UnusedPrivateField", "PMD.SingularField"})
|
||||
@SuppressWarnings("PMD.UnusedPrivateField")
|
||||
private final XRPDrivetrain m_subsystem;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user