рефакторинг. переносил текущие объекты в другое место
This commit is contained in:
@@ -23,8 +23,8 @@ public abstract class ShowCurrentConfigurationTests<C extends Configuration> ext
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
target = null;
|
||||
if (Current_.Check(Log, currentName())) {
|
||||
target = (C) Current_.get(currentName());
|
||||
if (Global.mainModule.Check(Log, currentName())) {
|
||||
target = (C) Global.mainModule.get(currentName());
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user