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/MatchingRuleImpl.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/sdk/src/org/opends/sdk/schema/MatchingRuleImpl.java b/opendj-sdk/sdk/src/org/opends/sdk/schema/MatchingRuleImpl.java
index bd946b4..2c526d2 100644
--- a/opendj-sdk/sdk/src/org/opends/sdk/schema/MatchingRuleImpl.java
+++ b/opendj-sdk/sdk/src/org/opends/sdk/schema/MatchingRuleImpl.java
@@ -97,7 +97,7 @@
* if an syntax error occured while parsing the value.
*/
public Assertion getAssertion(Schema schema, ByteSequence subInitial,
- List<ByteSequence> subAnyElements, ByteSequence subFinal)
+ List<? extends ByteSequence> subAnyElements, ByteSequence subFinal)
throws DecodeException;
--
Gitblit v1.10.0