From 44aad3f84d2a820094f3b5e73722778edc8c23f5 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Tue, 24 Apr 2007 22:40:57 +0000
Subject: [PATCH] Make several significant changes to the OpenDS code base, including:
---
opends/src/server/org/opends/server/api/VirtualAttributeProvider.java | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/opends/src/server/org/opends/server/api/VirtualAttributeProvider.java b/opends/src/server/org/opends/server/api/VirtualAttributeProvider.java
index bb25ed4..6e15f93 100644
--- a/opends/src/server/org/opends/server/api/VirtualAttributeProvider.java
+++ b/opends/src/server/org/opends/server/api/VirtualAttributeProvider.java
@@ -236,10 +236,10 @@
* @param subFinal The subFinal component to use in the
* determination.
*
- * @return <CODE>UNDEFINED</CODE> if this attribute does not have a
- * substring matching rule, <CODE>TRUE</CODE> if at least
- * one value matches the provided substring, or
- * <CODE>FALSE</CODE> otherwise.
+ * @return {@code UNDEFINED} if this attribute does not have a
+ * substring matching rule, {@code TRUE} if at least one
+ * value matches the provided substring, or {@code FALSE}
+ * otherwise.
*/
public ConditionResult matchesSubstring(Entry entry,
VirtualAttributeRule rule,
@@ -609,8 +609,8 @@
* @param searchOperation The search operation for which to make
* the determination.
*
- * @return <CODE>true</CODE> if this attribute may be included in
- * search filters, or <CODE>false</CODE> if not.
+ * @return {@code true} if this attribute may be included in search
+ * filters, or {@code false} if not.
*/
public abstract boolean isSearchable(VirtualAttributeRule rule,
SearchOperation
@@ -622,7 +622,7 @@
* Processes the provided search operation in which the search
* criteria includes an operation targeted at this virtual
* attribute. This method should only be called if
- * <CODE>isSearchable</CODE> returns true and it is not possible to
+ * {@code isSearchable} returns true and it is not possible to
* construct a manageable candidate list by processing other
* elements of the search criteria.
*
--
Gitblit v1.10.0