Date.java: Fixed documentation starting tag to make javadoc happy.

2003-03-24  Michael Koch  <konqueror@gmx.de>

	* java/util/Date.java:
	Fixed documentation starting tag to make javadoc happy.
	* java/util/regex/Pattern.java
	(Pattern): Implements Serializable.
	* java/util/PatternSyntaxException.java
	(serialVersionUID): New member variable.

From-SVN: r64799
This commit is contained in:
Michael Koch 2003-03-24 13:56:57 +00:00 committed by Michael Koch
parent 050d3e13d8
commit 1ab1cf4ecc
4 changed files with 14 additions and 2 deletions

View file

@ -44,6 +44,7 @@ package java.util.regex;
*/
public class PatternSyntaxException extends IllegalArgumentException
{
private static final long serialVersionUID = -3864639126226059218L;
/**
* Human readable escription of the syntax error.