рефакторинг
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package Common.Database;
|
||||
import Common.Utils.Utils;
|
||||
import Common.Constants.Constants;
|
||||
import com.sun.org.glassfish.gmbal.Description;
|
||||
//автоинкрементальный ключ
|
||||
public class iDBObject extends DBObject {
|
||||
@@ -15,7 +15,7 @@ public class iDBObject extends DBObject {
|
||||
}
|
||||
@Override
|
||||
public Object getEmptyFK() {
|
||||
return Utils.Nan;
|
||||
return Constants.Nan;
|
||||
}
|
||||
//---
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user