organize imports

This commit is contained in:
Redhuan D. Oon 2008-12-22 05:12:08 +00:00
parent 96262395d1
commit 513bb28293
2 changed files with 6 additions and 4 deletions

View File

@ -22,7 +22,6 @@ import java.util.Properties;
import org.compiere.model.CalloutEngine; import org.compiere.model.CalloutEngine;
import org.compiere.model.GridField; import org.compiere.model.GridField;
import org.compiere.model.GridTab; import org.compiere.model.GridTab;
import org.compiere.model.MRMA;
import org.compiere.util.DB; import org.compiere.util.DB;
/** /**

View File

@ -21,9 +21,12 @@
package org.adempiere.model; package org.adempiere.model;
// import for GenericPO // import for GenericPO
import java.util.*; import java.sql.ResultSet;
import java.sql.*; import java.util.Properties;
import org.compiere.model.*;
import org.compiere.model.MTable;
import org.compiere.model.PO;
import org.compiere.model.POInfo;
/** /**
* Generic PO implementation, this can be use together with ModelValidator as alternative to the classic * Generic PO implementation, this can be use together with ModelValidator as alternative to the classic