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/IntegerConfigAttribute.java | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/opendj3-server-dev/src/server/org/opends/server/config/IntegerConfigAttribute.java b/opendj3-server-dev/src/server/org/opends/server/config/IntegerConfigAttribute.java
index 34e08cc..d623432 100644
--- a/opendj3-server-dev/src/server/org/opends/server/config/IntegerConfigAttribute.java
+++ b/opendj3-server-dev/src/server/org/opends/server/config/IntegerConfigAttribute.java
@@ -903,7 +903,6 @@
if (hasLowerBound && (longValue < lowerBound))
{
-
LocalizableMessage message = ERR_CONFIG_ATTR_INT_BELOW_LOWER_BOUND.get(
getName(), longValue, lowerBound);
if (allowFailures)
@@ -1279,7 +1278,6 @@
*/
public javax.management.Attribute toJMXAttribute()
{
-
return _toJMXAttribute(false);
}
--
Gitblit v1.10.0