From 93dc3520b26d74dadbdad265182d9beaa9145dc4 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 19 Apr 2016 13:16:38 +0000
Subject: [PATCH] opendj-config: added @Override + Autorefactor'ed comments

---
 opendj-config/src/main/java/org/forgerock/opendj/config/PropertyOption.java |   14 ++++----------
 1 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/opendj-config/src/main/java/org/forgerock/opendj/config/PropertyOption.java b/opendj-config/src/main/java/org/forgerock/opendj/config/PropertyOption.java
index 21ce8bc..be2ce9e 100644
--- a/opendj-config/src/main/java/org/forgerock/opendj/config/PropertyOption.java
+++ b/opendj-config/src/main/java/org/forgerock/opendj/config/PropertyOption.java
@@ -12,14 +12,12 @@
  * information: "Portions Copyright [year] [name of copyright owner]".
  *
  * Copyright 2008 Sun Microsystems, Inc.
+ * Portions Copyright 2016 ForgeRock AS.
  */
 
 package org.forgerock.opendj.config;
 
-/**
- * This enumeration contains various options that can be associated with
- * property definitions.
- */
+/** This enumeration contains various options that can be associated with property definitions. */
 public enum PropertyOption {
     /**
      * Use this option to identify properties which should be considered as
@@ -33,14 +31,10 @@
      */
     HIDDEN,
 
-    /**
-     * Use this option to identify properties which must have a value.
-     */
+    /** Use this option to identify properties which must have a value. */
     MANDATORY,
 
-    /**
-     * Use this option to identify properties which are multi-valued.
-     */
+    /** Use this option to identify properties which are multi-valued. */
     MULTI_VALUED,
 
     /**

--
Gitblit v1.10.0