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

Ludovic Poitou
23.17.2011 95798000b6af5e5805d7be753766e6d2fd5cb4aa
opends/src/quicksetup/org/opends/quicksetup/Installation.java
@@ -48,7 +48,7 @@
 * All the operations are dependent upon the root directory that is
 * specified in the constructor.
 */
public class Installation {
public final class Installation {
  /**
   * Relative path to OpenDJ jar files.
@@ -1151,6 +1151,8 @@
    if (buildInformation == null || !useCachedVersion) {
      FutureTask<BuildInformation> ft = new FutureTask<BuildInformation>(
              new Callable<BuildInformation>() {
                @Override
                public BuildInformation call() throws ApplicationException {
                  return BuildInformation.create(Installation.this);
                }