Revert "Move deprecated ntcore classes to wpilibj jar (#1322)" (#1326)

This reverts commit 12c92a822d.
This commit is contained in:
Thad House
2018-09-21 11:32:11 -07:00
committed by Peter Johnson
parent e26e3b6aa8
commit 1137582a7a
5 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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 {
/**