I have an issue with getting an deprecation warning for the Java API: warning: [deprecation] createNode() in Node has been deprecated Node.createNode() In the manual the suggestion is to use getFactory().createNode() instead, however, the Node object does not have a getFactory function. Can you please help?
