Closed jamezp closed 3 months ago
The DeploymentManager.Factory should be deprecated as it was copied from previous code before interfaces could have static methods. The Factory.create() method should simply just be a static method on the interface.
DeploymentManager.Factory
Factory.create()
The
DeploymentManager.Factory
should be deprecated as it was copied from previous code before interfaces could have static methods. TheFactory.create()
method should simply just be a static method on the interface.