Generic cleanup of warnings, whitespace and style.
By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
@@ -22,8 +22,7 @@ public interface ServicesManager {
|
||||
* @param plugin plugin with the provider
|
||||
* @param priority priority of the provider
|
||||
*/
|
||||
public <T> void register(Class<T> service, T provider, Plugin plugin,
|
||||
ServicePriority priority);
|
||||
public <T> void register(Class<T> service, T provider, Plugin plugin, ServicePriority priority);
|
||||
|
||||
/**
|
||||
* Unregister all the providers registered by a particular plugin.
|
||||
@@ -83,8 +82,7 @@ public interface ServicesManager {
|
||||
* @param service The service interface
|
||||
* @return list of registrations
|
||||
*/
|
||||
public <T> Collection<RegisteredServiceProvider<T>> getRegistrations(
|
||||
Class<T> service);
|
||||
public <T> Collection<RegisteredServiceProvider<T>> getRegistrations(Class<T> service);
|
||||
|
||||
/**
|
||||
* Get a list of known services. A service is known if it has registered
|
||||
|
||||
Reference in New Issue
Block a user