From 990307fb4882528986169d7b58f554f35521a030 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.
---
opendj-sdk/sdk/src/org/opends/sdk/schema/MatchingRule.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/sdk/src/org/opends/sdk/schema/MatchingRule.java b/opendj-sdk/sdk/src/org/opends/sdk/schema/MatchingRule.java
index 301fc52..daed051 100644
--- a/opendj-sdk/sdk/src/org/opends/sdk/schema/MatchingRule.java
+++ b/opendj-sdk/sdk/src/org/opends/sdk/schema/MatchingRule.java
@@ -151,7 +151,7 @@
* if the syntax of the value is not valid.
*/
public Assertion getAssertion(ByteSequence subInitial,
- List<ByteSequence> subAnyElements, ByteSequence subFinal)
+ List<? extends ByteSequence> subAnyElements, ByteSequence subFinal)
throws DecodeException
{
return impl.getAssertion(schema, subInitial, subAnyElements,
--
Gitblit v1.10.0