From b13e2eba95ed4090fe722456234ca812bb073ebc Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 27 Sep 2013 22:14:38 +0000
Subject: [PATCH] Fix very minor compiler warnings in Eclipse.

---
 opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldif/LDIFTestCase.java |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldif/LDIFTestCase.java b/opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldif/LDIFTestCase.java
index a4b5ac8..d267e62 100644
--- a/opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldif/LDIFTestCase.java
+++ b/opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldif/LDIFTestCase.java
@@ -2360,7 +2360,6 @@
      *
      * @throws Exception
      */
-    @SuppressWarnings("resource")
     @Test(expectedExceptions = DecodeException.class)
     public final void testLdifPatchInvalidChangeRecord() throws Exception {
         // @formatter:off
@@ -2399,7 +2398,6 @@
      *
      * @throws Exception
      */
-    @SuppressWarnings("resource")
     @Test(expectedExceptions = DecodeException.class)
     public final void testFailFastPatchOnModifyRequestFailsDueToWrongDN() throws Exception {
 
@@ -2437,7 +2435,6 @@
      *
      * @throws Exception
      */
-    @SuppressWarnings("resource")
     @Test()
     public final void testOverwritePatchOnModifyRequestSucceedsEvenIfWrongDN() throws Exception {
 
@@ -2485,7 +2482,6 @@
      *
      * @throws Exception
      */
-    @SuppressWarnings("resource")
     @Test(expectedExceptions = DecodeException.class)
     public final void testFailFastPatchOnModifyDNRequestFailsDueToWrongDN() throws Exception {
         final RejectedChangeRecordListener listener = RejectedChangeRecordListener.FAIL_FAST;
@@ -2522,7 +2518,6 @@
      *
      * @throws Exception
      */
-    @SuppressWarnings("resource")
     @Test()
     public final void testOverwritePatchOnModifyDNRequestSucceedsEvenWithWrongDN() throws Exception {
         final RejectedChangeRecordListener listener = RejectedChangeRecordListener.OVERWRITE;
@@ -2569,7 +2564,6 @@
      *
      * @throws Exception
      */
-    @SuppressWarnings("resource")
     @Test(expectedExceptions = DecodeException.class)
     public final void testFailFastPatchOnModifyDNRequestFailsDueToDuplicateEntry() throws Exception {
         final RejectedChangeRecordListener listener = RejectedChangeRecordListener.FAIL_FAST;
@@ -2616,7 +2610,6 @@
      *
      * @throws Exception
      */
-    @SuppressWarnings("resource")
     @Test()
     public final void testOverwritePatchOnModifyDNRequestSucceedsEvenWithDuplicateEntry() throws Exception {
         final RejectedChangeRecordListener listener = RejectedChangeRecordListener.OVERWRITE;

--
Gitblit v1.10.0