Another code reformat

This commit is contained in:
Jeroen Ketelaar
2014-02-14 03:39:36 +01:00
parent 62dae56388
commit 521af49010
+1 -4
View File
@@ -6,11 +6,9 @@ import java.io.BufferedReader;
import java.io.IOException; import java.io.IOException;
/** /**
*
* The core of parabot * The core of parabot
* *
* @author Everel * @author Everel
*
*/ */
public class Core { public class Core {
@@ -60,8 +58,7 @@ public class Core {
/** /**
* Sets verbose mode * Sets verbose mode
* *
* @param verbose * @param verbose - enabled
* - enabled
*/ */
public static void setVerbose(final boolean verbose) { public static void setVerbose(final boolean verbose) {
Core.verbose = verbose; Core.verbose = verbose;