Fix Engine using old BuildInfo
This commit is contained in:
parent
2e76c30faf
commit
6ed40b216c
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
package de.staropensource.sosengine.base;
|
||||
|
||||
import de.staropensource.sosengine.base.data.info.BuildInfo;
|
||||
import de.staropensource.sosengine.base.data.info.EngineInformation;
|
||||
import de.staropensource.sosengine.base.logging.CrashHandler;
|
||||
import de.staropensource.sosengine.base.logging.LoggerInstance;
|
||||
import de.staropensource.sosengine.base.types.CodePart;
|
||||
|
@ -90,7 +90,7 @@ public class Engine {
|
|||
|
||||
// Initialize classes
|
||||
// Sorted in rough order of dependence
|
||||
new BuildInfo();
|
||||
new EngineInformation();
|
||||
new PlaceholderEngine();
|
||||
new ShortcodeConverter();
|
||||
|
||||
|
|
Loading…
Reference in a new issue