From 3cc2d8f5bd7ee922ab5364ce62815972d9cab805 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 10 Jul 2013 07:41:31 +0000
Subject: [PATCH] Fixed checkstyle errors.
---
opendj-sdk/opends/src/server/org/opends/server/types/Schema.java | 2 +-
opendj-sdk/opends/src/server/org/opends/server/backends/SchemaBackend.java | 12 +++++++++---
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/backends/SchemaBackend.java b/opendj-sdk/opends/src/server/org/opends/server/backends/SchemaBackend.java
index 263cf1f..7061048 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/backends/SchemaBackend.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/backends/SchemaBackend.java
@@ -193,16 +193,22 @@
/** The attribute type that will be used to include the defined name forms. */
private AttributeType nameFormsType;
- /** The value containing DN of the user we'll say created the configuration. */
+ /**
+ * The value containing DN of the user we'll say created the configuration.
+ */
private AttributeValue creatorsName;
- /** The value containing the DN of the last user to modify the configuration. */
+ /**
+ * The value containing the DN of the last user to modify the configuration.
+ */
private AttributeValue modifiersName;
/** The timestamp that will be used for the schema creation time. */
private AttributeValue createTimestamp;
- /** The timestamp that will be used for the latest schema modification time. */
+ /**
+ * The timestamp that will be used for the latest schema modification time.
+ */
private AttributeValue modifyTimestamp;
/**
diff --git a/opendj-sdk/opends/src/server/org/opends/server/types/Schema.java b/opendj-sdk/opends/src/server/org/opends/server/types/Schema.java
index 1b572c0..3f7c76f 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/types/Schema.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/types/Schema.java
@@ -201,7 +201,7 @@
/**
* The set of name forms for this schema, mapped between the structural
- * objectclass for the definition and the list of name forms
+ * objectclass for the definition and the list of name forms.
*/
private ConcurrentHashMap<ObjectClass,List<NameForm>>
nameFormsByOC;
--
Gitblit v1.10.0