Changed Boolean to boolean
This commit is contained in:
parent
4054a1c84d
commit
3175eab2e0
@ -7,7 +7,7 @@ import java.io.IOException;
|
||||
|
||||
public class debugProcessor {
|
||||
|
||||
public static void writer(Boolean toScreen, String varMessage)
|
||||
public static void writer(boolean toScreen, String varMessage)
|
||||
{
|
||||
if (toScreen)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user