From 108e2020c1d149962dfc43dcbc6bc24a05a8e5f7 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 19 Jun 2012 10:26:26 +0000
Subject: [PATCH] Fix OPENDJ-525: Remove compiler warnings when building using JDK7

---
 opends/resource/Messages.java.stub |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/resource/Messages.java.stub b/opends/resource/Messages.java.stub
index 9395174..9599bbb 100644
--- a/opends/resource/Messages.java.stub
+++ b/opends/resource/Messages.java.stub
@@ -63,6 +63,7 @@
   * it returns <CODE>null</CODE> if the default ClassLoader is to be
   * used.
   */
+  @SuppressWarnings("unused")
   private static ClassLoader getClassLoader()
   {
     ClassLoader cl;

--
Gitblit v1.10.0