~motu-torrent/azureus/upstream-stable

« back to all changes in this revision

Viewing changes to org/bouncycastle/asn1/ASN1EncodableVector.java

  • Committer: John Dong
  • Date: 2007-10-22 04:54:13 UTC
  • Revision ID: john.dong@gmail.com-20071022045413-3ovb11u82rrcokxx
Commit 3.0.3.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
package org.bouncycastle.asn1;
2
 
 
3
 
/**
4
 
 * the parent class for this will eventually disappear. Use this one!
5
 
 */
6
 
public class ASN1EncodableVector
7
 
    extends DEREncodableVector
8
 
{
9
 
}
 
1
package org.bouncycastle.asn1;
 
2
 
 
3
/**
 
4
 * the parent class for this will eventually disappear. Use this one!
 
5
 */
 
6
public class ASN1EncodableVector
 
7
    extends DEREncodableVector
 
8
{
 
9
}