Skip to content
This repository was archived by the owner on Sep 14, 2019. It is now read-only.

Commit 933d771

Browse files
committed
2 more tiny changes
1 parent e446501 commit 933d771

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Robot2018/src/org/usfirst/frc/team199/Robot2018/DashboardInterface.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
55

66
/**
7-
* Directly copied from Robot2017 - kev
7+
* Directly copied from Robot2017 - @kevinzwang
88
*/
99

1010
public interface DashboardInterface {

Robot2018/src/org/usfirst/frc/team199/Robot2018/commands/Autonomous.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public Autonomous() {
3232
/**
3333
* {@inheritDoc}
3434
*/
35-
@Override
35+
@Override
3636
public Position getStartingPos() {
3737
// TODO
3838
return null;

0 commit comments

Comments
 (0)