Adds error-prone to check java code

This commit is contained in:
Jonathan Leitschuh
2016-05-12 12:24:08 -04:00
committed by Peter Johnson
parent a532518056
commit 6272244a73
7 changed files with 25 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ import edu.wpi.first.wpilibj.tables.TableKeyNotDefinedException;
* @author Mitchell
*
*/
@Deprecated
public class NetworkTableKeyNotDefined extends TableKeyNotDefinedException {
/**