Mistake in the documentation of Camera.contains(BoundingVolume bound)

The documentation of the method Camera.FrustumIntersect contains( BoundingVolume bound ) in the com.jme.renderer.Camera is wrong. It is written:

* @return true if the bound should be culled, false otherwise.

whereas this method returns an enumeration of the type Camera.FrustumIntersect. Please fix it. Good night.