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:
Benedikt Ritter 2013-12-20 13:36:30 +00:00
parent cf171ddc98
commit f048e90a3c
3 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {