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/main/java/org/opends/server/tools/makeldif/TemplateLine.java | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/TemplateLine.java b/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/TemplateLine.java
index 4fd023d..4fba780 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/TemplateLine.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/TemplateLine.java
@@ -34,19 +34,19 @@
*/
public class TemplateLine
{
- // The attribute type for this template line.
+ /** The attribute type for this template line. */
private AttributeType attributeType;
- // The line number on which this template line appears in the template file.
+ /** The line number on which this template line appears in the template file. */
private int lineNumber;
- // The set of tags for this template line.
+ /** The set of tags for this template line. */
private Tag[] tags;
- // Whether this line corresponds to an URL value or not.
+ /** Whether this line corresponds to an URL value or not. */
private boolean isURL;
- // Whether this line corresponds to a base64 encoded value or not.
+ /** Whether this line corresponds to a base64 encoded value or not. */
private boolean isBase64;
--
Gitblit v1.10.0