Fix some style errors
authorKevin Zhang <icestormf1@gmail.com>
Thu, 11 Feb 2016 02:24:52 +0000 (18:24 -0800)
committerKevin Zhang <icestormf1@gmail.com>
Thu, 11 Feb 2016 03:03:32 +0000 (19:03 -0800)
src/org/usfirst/frc/team3501/robot/Lidar.java

index 1db2d8092560c8ba2367d275ad217530ab668eb0..2e6aee64b55e980c066491460187f08c0c002dee 100644 (file)
@@ -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;
   }
 }