classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Fix compile error in jar/Connection.java


From: Mark Wielaard
Subject: [cp-patches] FYI: Fix compile error in jar/Connection.java
Date: Thu, 10 Feb 2005 06:23:40 +0100

Hi,

This fixes the compile error introduced by the last patch to this file.

2005-02-09  Mark Wielaard  <address@hidden>

        * gnu/java/net/protocol/jar/Connection.java (getJarFile):
        Rename jar_file to jf.

Committed,

Mark

--- gnu/java/net/protocol/jar/Connection.java   10 Feb 2005 02:43:17 -0000     
1.6
+++ gnu/java/net/protocol/jar/Connection.java   10 Feb 2005 05:18:04 -0000
@@ -97,8 +97,8 @@

          fos.close();
          // Always verify the Manifest, open read only and delete when done.
-         jar_file = new JarFile (f, true,
-                                 ZipFile.OPEN_READ | ZipFile.OPEN_DELETE);
+         jf = new JarFile (f, true,
+                           ZipFile.OPEN_READ | ZipFile.OPEN_DELETE);
        }

       cache.put (url, jf);

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]