From 2bc8d15a28fafab97cefafede06d6b7e738ae0fe Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 11 Dec 2009 18:45:45 +0000
Subject: [PATCH] Various incremental improvements.
---
sdk/src/org/opends/sdk/controls/MatchedValuesControl.java | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sdk/src/org/opends/sdk/controls/MatchedValuesControl.java b/sdk/src/org/opends/sdk/controls/MatchedValuesControl.java
index 432d3d4..84a175e 100644
--- a/sdk/src/org/opends/sdk/controls/MatchedValuesControl.java
+++ b/sdk/src/org/opends/sdk/controls/MatchedValuesControl.java
@@ -86,7 +86,7 @@
@Override
public LocalizedIllegalArgumentException visitExtensibleMatchFilter(
Filter p, String matchingRule, String attributeDescription,
- ByteSequence assertionValue, boolean dnAttributes)
+ ByteString assertionValue, boolean dnAttributes)
{
if (dnAttributes)
{
@@ -123,7 +123,7 @@
@Override
public LocalizedIllegalArgumentException visitUnrecognizedFilter(
- Filter p, byte filterTag, ByteSequence filterBytes)
+ Filter p, byte filterTag, ByteString filterBytes)
{
LocalizableMessage message = ERR_MVFILTER_BAD_FILTER_UNRECOGNIZED.get(p
.toString(), filterTag);
@@ -239,7 +239,7 @@
/**
* Creates a new matched values control using the default OID and the
* provided criticality and set of filters.
- *
+ *
* @param isCritical
* Indicates whether this control should be considered
* critical to the operation processing.
@@ -287,7 +287,7 @@
/**
* Returns an {@code Iterable} containing the list of filters
* associated with this matched values control.
- *
+ *
* @return An {@code Iterable} containing the list of filters.
*/
public Iterable<Filter> getFilters()
--
Gitblit v1.10.0