More missing keywords

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1552637 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2013-12-20 13:07:11 +00:00
parent 2e66b189c4
commit dd5723ae0f
4 changed files with 5 additions and 0 deletions

View File

@ -60,6 +60,8 @@ import java.util.regex.Pattern;
* <li>th_TH (any variant) - Thai Buddhist</li>
* </ul>
* </p>
*
* @version $Id $
* @since 3.2
*/
public class FastDateParser implements DateParser, Serializable {

View File

@ -63,6 +63,7 @@ import org.apache.commons.lang3.Validate;
* 'YYY' will be formatted as '2003', while it was '03' in former Java
* versions. FastDatePrinter implements the behavior of Java 7.</p>
*
* @version $Id $
* @since 3.2
*/
public class FastDatePrinter implements DatePrinter, Serializable {

View File

@ -38,6 +38,7 @@ import org.junit.Test;
/**
* Unit tests {@link org.apache.commons.lang3.time.FastDateParser}.
*
* @version $Id $
* @since 3.2
*/
public class FastDateParserTest {

View File

@ -35,6 +35,7 @@ import org.junit.Test;
/**
* Unit tests {@link org.apache.commons.lang3.time.FastDatePrinter}.
*
* @version $Id $
* @since 3.0
*/
public class FastDatePrinterTest {