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/schema/AbstractMatchingRuleImpl.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sdk/src/org/opends/sdk/schema/AbstractMatchingRuleImpl.java b/sdk/src/org/opends/sdk/schema/AbstractMatchingRuleImpl.java
index 1ab9e61..3de718d 100644
--- a/sdk/src/org/opends/sdk/schema/AbstractMatchingRuleImpl.java
+++ b/sdk/src/org/opends/sdk/schema/AbstractMatchingRuleImpl.java
@@ -108,7 +108,7 @@
 
 
   public Assertion getAssertion(Schema schema, ByteSequence subInitial,
-      List<ByteSequence> subAnyElements, ByteSequence subFinal)
+      List<? extends ByteSequence> subAnyElements, ByteSequence subFinal)
       throws DecodeException
   {
     return UNDEFINED_ASSERTION;

--
Gitblit v1.10.0