From 0d535c853c8c77f2998329b96a4e2a061c98072a Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Fri, 05 Dec 2014 14:26:13 +0000
Subject: [PATCH] Fixed checkstyle error after r11395.
---
opendj3-server-dev/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opendj3-server-dev/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java b/opendj3-server-dev/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java
index f63a4cd..57e0484 100644
--- a/opendj3-server-dev/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java
+++ b/opendj3-server-dev/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java
@@ -1585,8 +1585,8 @@
}
}
- private void processAttribute(Index index, ImportIndexType presence, Entry entry, AttributeType attributeType, EntryID entryID,
- IndexingOptions options) throws InterruptedException
+ private void processAttribute(Index index, ImportIndexType presence, Entry entry,
+ AttributeType attributeType, EntryID entryID, IndexingOptions options) throws InterruptedException
{
if (index != null)
{
@@ -1595,8 +1595,8 @@
}
}
- private void processAttributes(Collection<Index> indexes, ImportIndexType indexType, Entry entry, AttributeType attributeType,
- EntryID entryID, IndexingOptions options) throws InterruptedException
+ private void processAttributes(Collection<Index> indexes, ImportIndexType indexType, Entry entry,
+ AttributeType attributeType, EntryID entryID, IndexingOptions options) throws InterruptedException
{
if (indexes != null)
{
--
Gitblit v1.10.0