From 6e78e535e9c82eb5ce9b8c85ddf7040e460c7084 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 11 Jan 2016 10:19:34 +0000
Subject: [PATCH] Schema.java: Changed javadoc to not mention "name or OID" when only name is checked.

---
 opendj-sdk/opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/Schema.java |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/opendj-sdk/opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/Schema.java b/opendj-sdk/opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/Schema.java
index 86c4396..266e4f3 100644
--- a/opendj-sdk/opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/Schema.java
+++ b/opendj-sdk/opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/Schema.java
@@ -1194,7 +1194,7 @@
      * having the specified name or numeric OID.
      *
      * @param name
-     *            The name or OID of the attribute types to retrieve.
+     *            The name of the attribute types to retrieve.
      * @return An unmodifiable collection containing all of the attribute types
      *         having the specified name or numeric OID.
      */
@@ -1245,7 +1245,7 @@
      * rules having the specified name or numeric OID.
      *
      * @param name
-     *            The name or OID of the DIT content rules to retrieve.
+     *            The name of the DIT content rules to retrieve.
      * @return An unmodifiable collection containing all of the DIT content
      *         rules having the specified name or numeric OID.
      */
@@ -1285,7 +1285,7 @@
      * rules having the specified name or numeric OID.
      *
      * @param name
-     *            The name or OID of the DIT structure rules to retrieve.
+     *            The name of the DIT structure rules to retrieve.
      * @return An unmodifiable collection containing all of the DIT structure
      *         rules having the specified name or numeric OID.
      */
@@ -1334,7 +1334,7 @@
      * having the specified name or numeric OID.
      *
      * @param name
-     *            The name or OID of the matching rules to retrieve.
+     *            The name of the matching rules to retrieve.
      * @return An unmodifiable collection containing all of the matching rules
      *         having the specified name or numeric OID.
      */
@@ -1385,7 +1385,7 @@
      * uses having the specified name or numeric OID.
      *
      * @param name
-     *            The name or OID of the matching rule uses to retrieve.
+     *            The name of the matching rule uses to retrieve.
      * @return An unmodifiable collection containing all of the matching rule
      *         uses having the specified name or numeric OID.
      */
@@ -1437,7 +1437,7 @@
      * having the specified name or numeric OID.
      *
      * @param name
-     *            The name or OID of the name forms to retrieve.
+     *            The name of the name forms to retrieve.
      * @return An unmodifiable collection containing all of the name forms
      *         having the specified name or numeric OID.
      */
@@ -1475,7 +1475,7 @@
      * having the specified name or numeric OID.
      *
      * @param name
-     *            The name or OID of the object classes to retrieve.
+     *            The name of the object classes to retrieve.
      * @return An unmodifiable collection containing all of the object classes
      *         having the specified name or numeric OID.
      */

--
Gitblit v1.10.0