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

jvergara
13.25.2009 3daf378bd0e02cea0e59db881a3a3e51c66457a7
refs
author jvergara <jvergara@localhost>
Thursday, August 13, 2009 01:25 +0200
committer jvergara <jvergara@localhost>
Thursday, August 13, 2009 01:25 +0200
commit3daf378bd0e02cea0e59db881a3a3e51c66457a7
tree 7d7dc432a19b8a9ffe466c606a040f3a7b4ecb93 tree | zip | gz
parent c1f0e9cc87bd05fe4c14c94a8e90c17d1ff95aa7 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
opendj-sdk/opends/src/server/org/opends/server/core/DirectoryServer.java 10 ●●●●● diff | view | raw | blame | history