From 0f682577196526a40a6653bdd6ef8f44b5167dca Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 25 Feb 2011 15:23:20 +0000
Subject: [PATCH] Fix issue OPENDJ-75: Combine RFC 3672 and relative subtree specification syntax https://bugster.forgerock.org/jira/browse/OPENDJ-75
---
opends/src/server/org/opends/server/schema/SchemaConstants.java | 25 +------------------------
1 files changed, 1 insertions(+), 24 deletions(-)
diff --git a/opends/src/server/org/opends/server/schema/SchemaConstants.java b/opends/src/server/org/opends/server/schema/SchemaConstants.java
index ad1987f..1ee117c 100644
--- a/opends/src/server/org/opends/server/schema/SchemaConstants.java
+++ b/opends/src/server/org/opends/server/schema/SchemaConstants.java
@@ -23,6 +23,7 @@
*
*
* Copyright 2006-2010 Sun Microsystems, Inc.
+ * Portions copyright 2011 ForgeRock AS
*/
package org.opends.server.schema;
@@ -1668,30 +1669,6 @@
/**
- * The OID for the RFC3672 subtree specification attribute syntax.
- */
- public static final String SYNTAX_RFC3672_SUBTREE_SPECIFICATION_OID =
- SYNTAX_SUBTREE_SPECIFICATION_OID;
-
-
-
- /**
- * The description for the RFC3672 subtree specification attribute syntax.
- */
- public static final String SYNTAX_RFC3672_SUBTREE_SPECIFICATION_DESCRIPTION =
- "RFC3672 Subtree Specification";
-
-
-
- /**
- * The name for the RFC3672 subtree specification attribute syntax.
- */
- public static final String SYNTAX_RFC3672_SUBTREE_SPECIFICATION_NAME =
- SYNTAX_SUBTREE_SPECIFICATION_NAME;
-
-
-
- /**
* The OID for the relative subtree specification attribute syntax.
*/
public static final String SYNTAX_RELATIVE_SUBTREE_SPECIFICATION_OID =
--
Gitblit v1.10.0