рефакторинг
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
package GlobalData.Credentials;
|
||||
import Common.Constants.Constants;
|
||||
import Common.Database.iDBObject;
|
||||
import Common.Utils.Utils;
|
||||
import com.sun.org.glassfish.gmbal.Description;
|
||||
public class Credentials extends iDBObject {
|
||||
@Description("DEFAULT -1")
|
||||
public int machine_id = Utils.Nan;
|
||||
public int machine_id = Constants.Nan;
|
||||
@Description("DEFAULT -1")
|
||||
public int user_id = Utils.Nan;
|
||||
public int user_id = Constants.Nan;
|
||||
@Description("DEFAULT -1")
|
||||
public int compiler_id = Utils.Nan;
|
||||
public int compiler_id = Constants.Nan;
|
||||
@Description("DEFAULT -1")
|
||||
public int makefile_id = Utils.Nan;
|
||||
public int makefile_id = Constants.Nan;
|
||||
@Description("DEFAULT -1")
|
||||
public int runconfiguration_id = Utils.Nan;
|
||||
public int runconfiguration_id = Constants.Nan;
|
||||
@Description("DEFAULT -1")
|
||||
public int remotesapfor_id = Utils.Nan;
|
||||
public int remotesapfor_id = Constants.Nan;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user