/[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.5 by mark, Tue Jan 22 22:27:01 2002 UTC revision 1.6 by mark, Fri Nov 22 03:09:04 2002 UTC
# Line 301  public class JarFile extends ZipFile Line 301  public class JarFile extends ZipFile
301     * Returns the manifest for this JarFile or null when the JarFile does not     * Returns the manifest for this JarFile or null when the JarFile does not
302     * contain a manifest file.     * contain a manifest file.
303     */     */
304    public Manifest getManifest()    public Manifest getManifest() throws IOException
305    {    {
306      return manifest;      return manifest;
307    }    }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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