[kaffe] CVS kaffe (dalibor): Resynced with GNU Classpath

Kaffe CVS cvs-commits at kaffe.org
Wed Dec 3 12:59:01 PST 2003


PatchSet 4187 
Date: 2003/12/03 20:48:07
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Resynced with GNU Classpath


2003-12-03  Dalibor Topic <robilad at kaffe.org>

        * libraries/javalib/gnu/java/net/protocol/jar/Handler.java:
        Resynced with GNU Classpath.

        2003-12-02  Michael Koch  <konqueror at gmx.de>

        * gnu/java/net/protocol/jar/Handler.java:
        Reformated.

Members: 
	ChangeLog:1.1778->1.1779 
	libraries/javalib/gnu/java/net/protocol/jar/Handler.java:1.1->1.2 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1778 kaffe/ChangeLog:1.1779
--- kaffe/ChangeLog:1.1778	Wed Dec  3 20:40:22 2003
+++ kaffe/ChangeLog	Wed Dec  3 20:48:07 2003
@@ -1,5 +1,15 @@
 2003-12-03  Dalibor Topic <robilad at kaffe.org>
 
+	* libraries/javalib/gnu/java/net/protocol/jar/Handler.java:
+	Resynced with GNU Classpath.
+
+	2003-12-02  Michael Koch  <konqueror at gmx.de>
+
+	* gnu/java/net/protocol/jar/Handler.java:
+	Reformated.
+
+2003-12-03  Dalibor Topic <robilad at kaffe.org>
+
 	* libraries/javalib/gnu/java/net/protocol/jar/Connection.java:
 	Resynced with GNU Classpath.
 
Index: kaffe/libraries/javalib/gnu/java/net/protocol/jar/Handler.java
diff -u kaffe/libraries/javalib/gnu/java/net/protocol/jar/Handler.java:1.1 kaffe/libraries/javalib/gnu/java/net/protocol/jar/Handler.java:1.2
--- kaffe/libraries/javalib/gnu/java/net/protocol/jar/Handler.java:1.1	Wed Oct 29 18:30:50 2003
+++ kaffe/libraries/javalib/gnu/java/net/protocol/jar/Handler.java	Wed Dec  3 20:48:08 2003
@@ -66,9 +66,9 @@
    *
    * @exception IOException If an error occurs
    */
-  protected URLConnection openConnection (URL url) throws IOException
+  protected URLConnection openConnection(URL url) throws IOException
   {
-    return new Connection (url);
+    return new Connection(url);
   }
 
   /**
@@ -168,5 +168,4 @@
     sb.append (file);
     return sb.toString();
   }
-
-} // class Handler
+}




More information about the kaffe mailing list