рефакторинг
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
package Repository.Component.Sapfor;
|
||||
import Common.Constants.Constants;
|
||||
import Common.Current;
|
||||
import Common.Global;
|
||||
import Common.UI.UI;
|
||||
@@ -365,7 +366,7 @@ public abstract class Sapfor extends OSDComponent {
|
||||
//временный (?) проход, по тихому получить размерность теста, предварительно выполнив тихий парс.
|
||||
//тут все одноразовое. считаем что таблицы бд уже заполнены как надо.
|
||||
public int getTextMaxDim(File testFile, db_project_info target) {
|
||||
int res = Utils.Nan;
|
||||
int res = Constants.Nan;
|
||||
LinkedHashMap<String, DBProjectFile> files = null;
|
||||
if (testFile != null) {
|
||||
DBProjectFile dbProjectFile = new DBProjectFile(testFile, target);
|
||||
|
||||
Reference in New Issue
Block a user