Remove whitespace so that svn recognizes Id keyword
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1552661 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cf171ddc98
commit
f048e90a3c
|
@ -63,7 +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 $
|
||||
* @version $Id$
|
||||
* @since 3.2
|
||||
*/
|
||||
public class FastDatePrinter implements DatePrinter, Serializable {
|
||||
|
|
|
@ -38,7 +38,7 @@ import org.junit.Test;
|
|||
/**
|
||||
* Unit tests {@link org.apache.commons.lang3.time.FastDateParser}.
|
||||
*
|
||||
* @version $Id $
|
||||
* @version $Id$
|
||||
* @since 3.2
|
||||
*/
|
||||
public class FastDateParserTest {
|
||||
|
|
|
@ -35,7 +35,7 @@ import org.junit.Test;
|
|||
/**
|
||||
* Unit tests {@link org.apache.commons.lang3.time.FastDatePrinter}.
|
||||
*
|
||||
* @version $Id $
|
||||
* @version $Id$
|
||||
* @since 3.0
|
||||
*/
|
||||
public class FastDatePrinterTest {
|
||||
|
|
Loading…
Reference in New Issue