Removed: public bool isArm(Snapper snapper) { return evalClassification(snapper, sArm); }
The function isArm(Snapper snapper)
has been removed due to it being redundant with isArm(Object o)
. You should still be able to call isArm(Object o)
without any compilation errors.
Old: extend public color bayColor2D() New: extend public Color bayColor2D()