From 5ae40296386ae7b3465f2bc23cf41ce227a40bbc Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 03 Feb 2014 14:21:42 +0000
Subject: [PATCH] Removed useless empty lines that would survive source code formatting.

---
 opendj3-server-dev/src/server/org/opends/server/config/IntegerWithUnitConfigAttribute.java |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/opendj3-server-dev/src/server/org/opends/server/config/IntegerWithUnitConfigAttribute.java b/opendj3-server-dev/src/server/org/opends/server/config/IntegerWithUnitConfigAttribute.java
index 5c5c875..b4a1ebf 100644
--- a/opendj3-server-dev/src/server/org/opends/server/config/IntegerWithUnitConfigAttribute.java
+++ b/opendj3-server-dev/src/server/org/opends/server/config/IntegerWithUnitConfigAttribute.java
@@ -1122,7 +1122,6 @@
    */
   public javax.management.Attribute toJMXAttributePending()
     {
-
         return new javax.management.Attribute(getName() + ";"
                 + OPTION_PENDING_VALUES, pendingIntValue + " " + pendingUnit);
     }

--
Gitblit v1.10.0