* minor: LdapProcessor.main - there is not AD_LdapProcessor with ID=0 => changed to ID=100 (default)

This commit is contained in:
teo_sarca 2008-05-16 07:31:13 +00:00
parent 006bdc2485
commit 6795397ad1
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ public class LdapProcessor extends AdempiereServer
public static void main(String[] args)
{
Adempiere.startup(true);
new LdapProcessor(new MLdapProcessor(new Properties(), 0, null)).doWork();
new LdapProcessor(new MLdapProcessor(new Properties(), 100, null)).doWork();
} // main
} // LdapProcessor