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/tools/BackendToolUtils.java | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/opendj3-server-dev/src/server/org/opends/server/tools/BackendToolUtils.java b/opendj3-server-dev/src/server/org/opends/server/tools/BackendToolUtils.java
index c3bcfa9..60dc7e0 100644
--- a/opendj3-server-dev/src/server/org/opends/server/tools/BackendToolUtils.java
+++ b/opendj3-server-dev/src/server/org/opends/server/tools/BackendToolUtils.java
@@ -122,7 +122,6 @@
String backendID;
try
{
-
StringConfigAttribute idStub =
new StringConfigAttribute(ATTR_BACKEND_ID,
INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_BACKEND_ID.get(), true,
@@ -154,7 +153,6 @@
String backendClassName;
try
{
-
StringConfigAttribute classStub =
new StringConfigAttribute(ATTR_BACKEND_CLASS,
INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_CLASS.get(), true, false,
@@ -213,7 +211,6 @@
List<DN> baseDNs = null;
try
{
-
DNConfigAttribute baseDNStub =
new DNConfigAttribute(ATTR_BACKEND_BASE_DN,
INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_BASE_DNS.get(), true,
--
Gitblit v1.10.0