mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-06 03:31:43 +00:00
This reverts commit 12c92a822d.
This commit is contained in:
committed by
Peter Johnson
parent
e26e3b6aa8
commit
1137582a7a
@@ -38,7 +38,7 @@ import edu.wpi.first.wpilibj.tables.ITableListener;
|
||||
* @deprecated Use {@link edu.wpi.first.networktables.NetworkTable} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
@SuppressWarnings({"checkstyle:all", "PMD"})
|
||||
@SuppressWarnings("checkstyle:all")
|
||||
public class NetworkTable implements ITable, IRemote {
|
||||
/**
|
||||
* The path separator for sub-tables and keys
|
||||
@@ -16,7 +16,7 @@ import java.util.Set;
|
||||
* @deprecated Use {@link edu.wpi.first.networktables.NetworkTable}.
|
||||
*/
|
||||
@Deprecated
|
||||
@SuppressWarnings({"checkstyle:all", "PMD"})
|
||||
@SuppressWarnings("checkstyle:all")
|
||||
public interface ITable {
|
||||
|
||||
/**
|
||||
Reference in New Issue
Block a user