> + * @throws RemoteException if something is wrong with web service call, > + * either because of the web service itself, or > because of the service > + * provider unable to handle the request. > + */ > + Extension findExtension(String keyStr) throws RuntimeFault, > RemoteException; > + > + /** > + * Print out information of all the plugins to stdout > + * > + * @throws RemoteException if something is wrong with web service call, > + * either because of the web service itself, or > because of the service > + * provider unable to handle the request. > + * @deprecated > + */ > + @Deprecated > + void printAllExtensions();
Can this method be removed? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/61/files#r18060683
