rundeck / rundeck-api-java-client

Java client for the Rundeck REST API
http://rundeck.github.com/rundeck-api-java-client
Apache License 2.0
13 stars 17 forks source link

Remove deprecated constructors #30

Closed andham closed 9 years ago

andham commented 9 years ago

In RundeckClient, there are several public constructors that have been deprecated with a comment that they will not be public in version 12 of the library. Make them private (or maybe even remove them?).