Removed the FIXME comment since it's not so important to change the

names of the methods.
This commit is contained in:
kruland2607 2013-03-26 17:09:31 -05:00
parent 56edaeff77
commit 594638bf02

View File

@ -81,8 +81,6 @@ public final class MotorInstanceConfiguration implements Monitorable, Cloneable
return mounts.get(indexOf(id));
}
// FIXME: Remove "Motor" from all method names
public Coordinate getMotorPosition(MotorId id) {
return positions.get(indexOf(id));
}