preparing control unit setup

This commit is contained in:
Stephan Richter
2020-09-30 22:47:58 +02:00
parent e8d5e1ab56
commit cd6c918680
4 changed files with 59 additions and 49 deletions

View File

@@ -104,8 +104,7 @@ public class Locomotive extends Car {
}
public void setSpeed(int v) {
// TODO Auto-generated method stub
LOG.debug("{}.setSpeed({})",this,v);
}
@Override