From 8d21db36015f8560d9cd2bcee9817f2c0a07a386 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 14:11:47 +0000
Subject: [PATCH] Autorefactored javadocs
---
opendj-server-legacy/src/test/java/org/opends/server/tools/LDIFDiffTestCase.java | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/tools/LDIFDiffTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/tools/LDIFDiffTestCase.java
index a7f5b49..9c9fccb 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/tools/LDIFDiffTestCase.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/tools/LDIFDiffTestCase.java
@@ -49,8 +49,10 @@
public class LDIFDiffTestCase
extends ToolsTestCase
{
- // The path to the file that will be used if there are no differences between
- // the source and target LDIF data sets.
+ /**
+ * The path to the file that will be used if there are no differences between
+ * the source and target LDIF data sets.
+ */
private String noDiffsFile =
System.getProperty(TestCaseUtils.PROPERTY_BUILD_ROOT) + File.separator +
"tests" + File.separator + "unit-tests-testng" + File.separator +
@@ -73,9 +75,7 @@
}
- /**
- * Calculates the checksum of a file
- */
+ /** Calculates the checksum of a file. */
private long calcChecksum(String filename) throws Exception
{
return calcChecksum(new File(filename));
--
Gitblit v1.10.0