Reformatted code with new code style

This commit is contained in:
Tim Visée
2015-11-23 21:46:34 +01:00
parent b2db25d16c
commit 36c50c4507
92 changed files with 2458 additions and 2080 deletions
@@ -33,6 +33,7 @@ public class ModuleManager {
* Method isModuleEnabled.
*
* @param name String
*
* @return boolean
*/
public boolean isModuleEnabled(String name) {
@@ -47,6 +48,7 @@ public class ModuleManager {
* Method isModuleEnabled.
*
* @param type Module.ModuleType
*
* @return boolean
*/
public boolean isModuleEnabled(Module.ModuleType type) {
@@ -61,6 +63,7 @@ public class ModuleManager {
* Method getModule.
*
* @param name String
*
* @return Module
*/
public Module getModule(String name) {
@@ -75,6 +78,7 @@ public class ModuleManager {
* Method getModule.
*
* @param type Module.ModuleType
*
* @return Module
*/
public Module getModule(Module.ModuleType type) {