修改严重问题
This commit is contained in:
parent
289fd3897e
commit
3f28bbc589
|
@ -12,7 +12,7 @@ package net.sf.robocode.core;
|
||||||
* @author Pavel Savara (original)
|
* @author Pavel Savara (original)
|
||||||
*/
|
*/
|
||||||
public abstract class ContainerBase {
|
public abstract class ContainerBase {
|
||||||
public static ContainerBase instance;
|
public static final ContainerBase instance;
|
||||||
|
|
||||||
protected abstract <T> T getBaseComponent(java.lang.Class<T> tClass);
|
protected abstract <T> T getBaseComponent(java.lang.Class<T> tClass);
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ public class FileUtil {
|
||||||
|
|
||||||
FileUtil.setCwd(new File(wd));
|
FileUtil.setCwd(new File(wd));
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
LOGGER.log("context", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue