mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Remove the last obsolete interface
Change-Id: I5921968b3064af53f716858092c2da3ea7522362
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
/*----------------------------------------------------------------------------*/
|
||||
/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */
|
||||
/* Open Source Software - may be modified and shared by FRC teams. The code */
|
||||
/* must be accompanied by the FIRST BSD license file in the root directory of */
|
||||
/* the project. */
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
package edu.wpi.first.wpilibj.parsing;
|
||||
|
||||
/**
|
||||
* IUtility is an interface implemented by any WPILibJ class which should appear
|
||||
* in the utility tree of the java program builder. A utility is generally a
|
||||
* class which is not a specific device, but more of a software tool. An
|
||||
* example of this would be the Timer class
|
||||
* @author Ryan O'Meara
|
||||
*/
|
||||
public interface IUtility extends IDevice {}
|
||||
Reference in New Issue
Block a user