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

diff --git a/opendj-sdk/sdk/src/org/opends/sdk/schema/AbstractMatchingRuleImpl.java b/opendj-sdk/sdk/src/org/opends/sdk/schema/AbstractMatchingRuleImpl.java
index 1ab9e61..3de718d 100644
--- a/opendj-sdk/sdk/src/org/opends/sdk/schema/AbstractMatchingRuleImpl.java
+++ b/opendj-sdk/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