OSDN Git Service

* Add ASN1Extendable annotation.
[bm-asn1/bm-asn1.git] / jp / bitmeister / asn1 / codec / xer / XerEncoder.java
index 98f2420..70be035 100644 (file)
@@ -477,7 +477,7 @@ public class XerEncoder implements ASN1Encoder,
         * @throws ASN1EncodingException
         *             When an error occurred while the encoding process.
         */
-       private String processCollection(CollectionType<? extends ASN1Type> data)
+       private String processCollection(CollectionType<? extends ASN1Type, ?> data)
                        throws ASN1EncodingException {
                StringBuilder enclosure = builder;
                builder = new StringBuilder();