Skip to content

Commit

Permalink
new BaseObject is DONE
Browse files Browse the repository at this point in the history
  • Loading branch information
Firestar99 committed Nov 23, 2017
1 parent 36e8d14 commit a4c3a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/space/engine/manager/ManagerEnvironment.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public class ManagerEnvironment extends Environment {
public ClassCollection classCollection;

public ManagerEnvironment() {

}
}
2 changes: 1 addition & 1 deletion src/space/engine/number/NumberConverter.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

import space.engine.number.base.INumberBase;
import space.engine.number.exception.NumberException;
import space.util.conversion.smart.IConverterSmart;
import space.util.conversion.smartOld.ConverterSmart;
import space.util.conversion.smartOld.ConverterSmartCaching;
import space.util.conversion.smartOld.ConverterSmartSameCheck;
import space.util.conversion.smartOld.ConverterSmartSynchronized;
import space.util.conversion.smart.IConverterSmart;
import spaceOld.engine.logger.SubLogger;
import spaceOld.engine.startup.init.ClassSearcherNoAbstract;
import spaceOld.util.conversion.smart.*;
Expand Down

0 comments on commit a4c3a49

Please sign in to comment.