no message
This commit is contained in:
@@ -4,7 +4,6 @@ import Common.Database.Objects.iDBObject;
|
||||
import Common.Passes.PassException;
|
||||
import Common.Utils.TextLog;
|
||||
import Common.Utils.Utils_;
|
||||
import _VisualDVM.Current;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.GlobalData.Compiler.Compiler;
|
||||
import _VisualDVM.GlobalData.DVMParameter.DVMParameter;
|
||||
@@ -252,25 +251,4 @@ public class RunConfiguration extends iDBObject {
|
||||
}
|
||||
return res;
|
||||
}
|
||||
@Override
|
||||
public Object getFieldAt(int columnIndex) {
|
||||
switch (columnIndex) {
|
||||
case 1:
|
||||
return LauncherCall;
|
||||
case 2:
|
||||
return LauncherOptions;
|
||||
case 3:
|
||||
return dim;
|
||||
case 4:
|
||||
return printCube();
|
||||
case 5:
|
||||
return minMatrix;
|
||||
case 6:
|
||||
return maxMatrix;
|
||||
case 7:
|
||||
return args;
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user