Remove this-escape suppressions

This commit is contained in:
Gold856
2024-06-05 23:19:47 -04:00
parent 0f1c62f2ce
commit 379e40209e
2 changed files with 0 additions and 2 deletions

View File

@@ -239,7 +239,6 @@ public class ADIS16448_IMU implements AutoCloseable, Sendable {
* @param port The SPI Port the gyro is plugged into
* @param cal_time Calibration time
*/
@SuppressWarnings("this-escape")
public ADIS16448_IMU(final IMUAxis yaw_axis, SPI.Port port, CalibrationTime cal_time) {
m_yaw_axis = yaw_axis;
m_spi_port = port;

View File

@@ -278,7 +278,6 @@ public class ADIS16470_IMU implements AutoCloseable, Sendable {
* @param port The SPI Port the gyro is plugged into
* @param cal_time Calibration time
*/
@SuppressWarnings("this-escape")
public ADIS16470_IMU(
IMUAxis yaw_axis,
IMUAxis pitch_axis,