mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Removed @author from comments (#88)
Keeping @author lines in the comments serves no functional purpose.
This commit is contained in:
committed by
Peter Johnson
parent
7a402b4170
commit
2f7eff7091
@@ -24,8 +24,6 @@ import static org.junit.Assert.assertTrue;
|
||||
* test and use testing fixtures and categories. All tests must extend from {@link
|
||||
* AbstractComsSetup} in order to ensure that Network Communications are set up before the tests are
|
||||
* run.
|
||||
*
|
||||
* @author Fredric Silberberg
|
||||
*/
|
||||
public class SampleTest extends AbstractComsSetup {
|
||||
private static final Logger logger = Logger.getLogger(SampleTest.class.getName());
|
||||
|
||||
Reference in New Issue
Block a user