From ff15a236972e647bed0f29a04d43dc4bf2ac3b9a Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 09 Jun 2015 12:27:22 +0000
Subject: [PATCH] Fixed build failure

---
 opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/Utilities.java |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/Utilities.java b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/Utilities.java
index 02f7c0d..a1f98a1 100644
--- a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/Utilities.java
+++ b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/Utilities.java
@@ -1831,9 +1831,12 @@
 
   /**
    * Returns the server root directory (the path where the server is installed).
+   * <p>
+   * Note: this method is called by SNMP code.
+   *
    * @return the server root directory (the path where the server is installed).
    */
-  static File getServerRootDirectory()
+  public static File getServerRootDirectory()
   {
     if (rootDirectory == null)
     {

--
Gitblit v1.10.0