/[classpath]/classpath/java/util/jar/JarFile.java
ViewVC logotype

Diff of /classpath/java/util/jar/JarFile.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by mark, Sat Jul 2 20:32:44 2005 UTC revision 1.18 by mark, Wed Jul 13 23:22:31 2005 UTC
# Line 495  public class JarFile extends ZipFile Line 495  public class JarFile extends ZipFile
495    }    }
496    
497    // Only called with lock on this JarFile.    // Only called with lock on this JarFile.
498    private void readSignatures() throws IOException    // Package private for use in inner classes.
499      void readSignatures() throws IOException
500    {    {
501      Map pkcs7Dsa = new HashMap();      Map pkcs7Dsa = new HashMap();
502      Map pkcs7Rsa = new HashMap();      Map pkcs7Rsa = new HashMap();

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26