Added missing documentation.

This commit is contained in:
2014-04-03 08:49:08 -04:30
parent f6737172d8
commit 1481ebe349
3 changed files with 15 additions and 7 deletions

View File

@@ -122,7 +122,7 @@ public class MotorControlThread extends Thread{
}
}catch(IOException io){
// If disconnection terminate.
// On disconnection terminate.
done = true;
}
}