2005-04-18 Michael Koch <konqueror@gmx.de>

gnu/java/awt/EmbeddedWindowSupport.java,
	gnu/java/net/HeaderFieldHelper.java,
	gnu/java/net/URLParseError.java,
	gnu/java/net/protocol/file/Handler.java,
	gnu/java/net/protocol/jar/Handler.java:
	Fixed usage of @author tag.

From-SVN: r98342
This commit is contained in:
Michael Koch 2005-04-18 19:17:31 +00:00 committed by Michael Koch
parent e2ec863d65
commit 1c6dcd2527
7 changed files with 16 additions and 6 deletions

View file

@ -46,7 +46,7 @@ package gnu.java.net;
* The main drawback is that it uses the Error mechanism which should not
* be used for that type of error reporting.
*
* @author Guilhem Lavaux <guilhem@kaffe.org>
* @author Guilhem Lavaux (guilhem@kaffe.org)
*/
public class URLParseError extends Error
{