mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-01 23:47:50 +00:00
remove stuff from example
This commit is contained in:
parent
43d52e4bc1
commit
d31679e6be
@ -37,7 +37,7 @@ public final class TerraCLI implements Callable<Integer> {
|
||||
private int minHeight = -64;
|
||||
|
||||
@Override
|
||||
public Integer call() throws Exception { // your business logic goes here...
|
||||
public Integer call() {
|
||||
Logger LOGGER = LoggerFactory.getLogger(TerraCLI.class);
|
||||
LOGGER.info("Starting Terra CLI...");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user