enableDebug & disableDebug

Nothing really important, but enabling the debug of a BulletAppState via [java].getPhysicsSpace().enableDebug(assetManager);[/java] is deprecated, instead one should use [java].setDebugEnabled(boolean)[/java]
So shouldn’t [java].getPhysicsSpace().disableDebug()[/java] be deprecated as well?
Or is there a specific reason why you can still use it, instead of .setDebugEnabled(false)