|
@@ -197,7 +197,8 @@ Definition:
|
|
|
[source,java]
|
|
|
----
|
|
|
public class MyBaseAppState extends BaseAppState {
|
|
|
- @Override protected void initialize(Application app) {
|
|
|
+ @Override
|
|
|
+ protected void initialize(Application app) {
|
|
|
//It is technically safe to do all initialization and cleanup in the
|
|
|
//onEnable()/onDisable() methods. Choosing to use initialize() and
|
|
|
//cleanup() for this is a matter of performance specifics for the
|