Radians vs. degree

In Flagrush lesson9.Vehicle the method rotateWheels normalizes the angle into [-360,360]. Degree obviously. Afterwards angle gets passed to Quaternion.fromAngleAxis which uses radians. Is the normalization wrong or am I missing something?

No, looks like a simple mistake to me.  Probably should use ± FastMath.TWO_PI.