From 791840ef10ecb9f25b4c3b97eacbf848bf75a261 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Wed, 24 Apr 2013 12:44:51 +0000
Subject: [PATCH] Replication Cleanup.

---
 opendj-sdk/opends/src/server/org/opends/server/replication/plugin/AttrValueHistorical.java |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/replication/plugin/AttrValueHistorical.java b/opendj-sdk/opends/src/server/org/opends/server/replication/plugin/AttrValueHistorical.java
index bf3d14d..ca2bf84 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/replication/plugin/AttrValueHistorical.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/replication/plugin/AttrValueHistorical.java
@@ -23,6 +23,7 @@
  *
  *
  *      Copyright 2006-2010 Sun Microsystems, Inc.
+ *      Portions Copyright 2013 ForgeRock AS.
  */
 package org.opends.server.replication.plugin;
 
@@ -118,9 +119,6 @@
    */
   public boolean isUpdate()
   {
-    if (valueUpdateTime != null)
-      return true;
-    else
-      return false;
+    return valueUpdateTime != null;
   }
 }

--
Gitblit v1.10.0