mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 08:39:12 +00:00
Another code reformat
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user