From 9fdefdf307f1713e3bc64181d6baf746ac2b2044 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Wed, 05 Feb 2014 23:04:51 +0000
Subject: [PATCH] OPENDJ-1235: Migrate configuration framework
---
opendj-config/src/main/java/org/forgerock/opendj/config/ConfigurationFramework.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj-config/src/main/java/org/forgerock/opendj/config/ConfigurationFramework.java b/opendj-config/src/main/java/org/forgerock/opendj/config/ConfigurationFramework.java
index fafe7e3..5d99727 100644
--- a/opendj-config/src/main/java/org/forgerock/opendj/config/ConfigurationFramework.java
+++ b/opendj-config/src/main/java/org/forgerock/opendj/config/ConfigurationFramework.java
@@ -341,11 +341,11 @@
}
/**
- * Returns {@code true} if the configuration framework has been enabled.
+ * Returns {@code true} if the configuration framework has been initialized.
*
- * @return {@code true} if the configuration framework has been enabled.
+ * @return {@code true} if the configuration framework has been initialized.
*/
- public synchronized boolean isEnabled() {
+ public synchronized boolean isInitialized() {
return loader != null;
}
--
Gitblit v1.10.0