Generic cleaning

This commit is contained in:
Erik Broes
2012-01-15 14:37:30 +01:00
parent 78cc950c50
commit eb9dc64493
61 changed files with 245 additions and 272 deletions

View File

@@ -55,7 +55,7 @@ public interface PluginLoader {
/**
* Enables the specified plugin
*
* <p />
* Attempting to enable a plugin that is already enabled will have no effect
*
* @param plugin Plugin to enable
@@ -64,7 +64,7 @@ public interface PluginLoader {
/**
* Disables the specified plugin
*
* <p />
* Attempting to disable a plugin that is not enabled will have no effect
*
* @param plugin Plugin to disable