From 29bda27937395f9c8457d746db056ce2119afef0 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. --- opends/src/server/org/opends/server/backends/SchemaBackend.java | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/opends/src/server/org/opends/server/backends/SchemaBackend.java b/opends/src/server/org/opends/server/backends/SchemaBackend.java index 263cf1f..7061048 100644 --- a/opends/src/server/org/opends/server/backends/SchemaBackend.java +++ b/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; /** -- Gitblit v1.10.0