mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
13.25.2009 506819cd66c81642fb3f0a334d75771a77350a6c
refs
author jvergara <jvergara@localhost>
Thursday, August 13, 2009 01:25 +0200
committer jvergara <jvergara@localhost>
Thursday, August 13, 2009 01:25 +0200
commit506819cd66c81642fb3f0a334d75771a77350a6c
tree 56d16dda9dfc480cc25277831a68e603d1a8aeb1 tree | zip | gz
parent 25ecf268b1348909cbe8abf2e653c5c5c0c17be4 view | diff
Remove the boolean member isClientBootstrapped.  Originally it was used to only execute the code of the method bootstrapClient once, however this is not ideal for some client codes.  Some methods, such as initializeConfiguration, require the DirectoryServer object to be 'clean' (freshly bootstrapped), this can only be achieved by executing all the code of bootstrapClient.

The changes are actually just cosmetic, the logic in the code remains intact (simply the member isClientBootstrapped has been removed).
1 files modified
10 ■■■■■ changed files
opends/src/server/org/opends/server/core/DirectoryServer.java 10 ●●●●● diff | view | raw | blame | history