From dc7e0efd09b538b9ed21a414dff79fb1cf6f2d64 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Thu, 17 May 2007 22:02:02 +0000
Subject: [PATCH] Perform miscellaneous cleanup from bugs and other potential problems found by FindBugs

---
 opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java b/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java
index 5c811fd..0d1f234 100644
--- a/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java
+++ b/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java
@@ -2390,7 +2390,7 @@
           String.valueOf(failureReason));
       logError(ErrorLogCategory.BACKEND, ErrorLogSeverity.SEVERE_ERROR,
           message, msgID);
-      new DirectoryException(ResultCode.OTHER, message, msgID);
+      throw new DirectoryException(ResultCode.OTHER, message, msgID);
     }
 
     // FIXME setBackendEnabled should be part taskUtils ?

--
Gitblit v1.10.0