From 33a7fc1eb5646fdacdd5da0d4ef258c3275a1545 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Wed, 10 Feb 2016 18:24:52 -0800 Subject: [PATCH] Fix some style errors --- src/org/usfirst/frc/team3501/robot/Lidar.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/org/usfirst/frc/team3501/robot/Lidar.java b/src/org/usfirst/frc/team3501/robot/Lidar.java index 1db2d809..2e6aee64 100644 --- a/src/org/usfirst/frc/team3501/robot/Lidar.java +++ b/src/org/usfirst/frc/team3501/robot/Lidar.java @@ -76,13 +76,10 @@ public class Lidar implements PIDSource { @Override public void setPIDSourceType(PIDSourceType pidSource) { - // TODO Auto-generated method stub - } @Override public PIDSourceType getPIDSourceType() { - // TODO Auto-generated method stub return null; } } -- 2.30.2