mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
24.11.2015 8d21db36015f8560d9cd2bcee9817f2c0a07a386
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;