Conventions

No functional change
This commit is contained in:
ryan123rudder
2020-03-01 00:41:23 -07:00
parent 272951ed67
commit d11083e560
17 changed files with 61 additions and 38 deletions
@@ -15,7 +15,8 @@ public class StoragePositionPID extends CommandBase {
public Storage m_storage;
double startPos;
/**
* Creates a new StoragePositionPID.
* Moves the storage a number of rotations
* @param subsystem The Storage subsystem
*/
public StoragePositionPID(Storage subsystem) {
m_storage = subsystem;