PlainDatagramSocketImpl.java: Reworked import statements.
2004-10-18 Michael Koch <konqueror@gmx.de> * gnu/java/net/PlainDatagramSocketImpl.java: Reworked import statements. * gnu/java/security/provider/DSAParameters.java: Fixed copyrigth years. * java/net/JarURLConnection.java: Fixed HTML in @author tags. From-SVN: r89205
This commit is contained in:
parent
4e2721c3f3
commit
73aab3dec3
@ -1,3 +1,13 @@
|
||||
2004-10-18 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* gnu/java/net/PlainDatagramSocketImpl.java:
|
||||
Reworked import statements.
|
||||
* gnu/java/security/provider/DSAParameters.java:
|
||||
Fixed copyrigth years.
|
||||
* java/net/JarURLConnection.java:
|
||||
Fixed HTML in @author tags.
|
||||
|
||||
|
||||
2004-10-18 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* java/rmi/activation/ActivationSystem.java
|
||||
|
@ -38,6 +38,8 @@ exception statement from your version. */
|
||||
|
||||
package gnu.java.net;
|
||||
|
||||
import gnu.classpath.Configuration;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.DatagramPacket;
|
||||
import java.net.DatagramSocketImpl;
|
||||
@ -47,7 +49,6 @@ import java.net.NetworkInterface;
|
||||
import java.net.SocketAddress;
|
||||
import java.net.SocketException;
|
||||
import java.net.SocketOptions;
|
||||
import gnu.classpath.Configuration;
|
||||
|
||||
/**
|
||||
* Written using on-line Java Platform 1.2 API Specification, as well
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* DSAParameters.java --- DSA Parameters Implementation
|
||||
Copyright (C) 1999, 20032, 004 Free Software Foundation, Inc.
|
||||
Copyright (C) 1999, 2003, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
|
@ -66,8 +66,8 @@ import java.util.zip.ZipEntry;
|
||||
* local cache file, then performing standard jar operations on it.
|
||||
* (At least this is true for the default protocol implementation).
|
||||
*
|
||||
* @author Aaron M. Renn <arenn@urbanophile.com>
|
||||
* @author Kresten Krab Thorup <krab@gnu.org>
|
||||
* @author Aaron M. Renn (arenn@urbanophile.com)
|
||||
* @author Kresten Krab Thorup (krab@gnu.org)
|
||||
* @date Aug 10, 1999.
|
||||
*
|
||||
* @since 1.2
|
||||
|
Loading…
Reference in New Issue
Block a user