Error when enable the Export Model Validator
http://sourceforge.net/tracker/?func=detail&aid=2847797&group_id=176962&atid=879332
This commit is contained in:
parent
6adc72dee7
commit
ed24fd0980
|
@ -87,8 +87,16 @@ public class ExportModelValidator implements ModelValidator
|
|||
*/
|
||||
public void initialize (ModelValidationEngine engine, MClient client)
|
||||
{
|
||||
m_AD_Client_ID = client.getAD_Client_ID();
|
||||
log.info(client.toString());
|
||||
if(client !=null)
|
||||
{
|
||||
m_AD_Client_ID = client.getAD_Client_ID();
|
||||
log.info(client.toString());
|
||||
}
|
||||
else
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
MReplicationStrategy rplStrategy = null;
|
||||
|
||||
|
|
Loading…
Reference in New Issue