removed tabs from source, as per checkstyle

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@151296 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2005-02-04 02:37:55 +00:00
parent bb99d6906b
commit 413cd09a61
29 changed files with 192 additions and 192 deletions

View File

@ -35,7 +35,7 @@ import java.util.Map;
* @author Gary Gregory
* @author Norm Deane
* @since 2.0
* @version $Id: Validate.java,v 1.13 2004/10/08 21:44:41 scolebourne Exp $
* @version $Id$
*/
public class Validate {
// Validate has no dependencies on other classes in Commons Lang at present

View File

@ -73,7 +73,7 @@ import java.util.ListIterator;
* @author Stephen Colebourne
* @author Gary D. Gregory
* @since 2.1
* @version $Id: StrTokenizer.java,v 1.6 2004/12/25 21:02:20 bayard Exp $
* @version $Id$
*/
public class StrTokenizer implements ListIterator, Cloneable {

View File

@ -26,7 +26,7 @@ import junit.textui.TestRunner;
* @author Scott Sanders
* @author Marc Johnson
* @author Glen Stampoultzis
* @version $Id: BitFieldTest.java,v 1.4 2004/02/18 23:06:19 ggregory Exp $
* @version $Id$
*/
public class BitFieldTest extends TestCase {

View File

@ -28,7 +28,7 @@ import junit.textui.TestRunner;
*
* @author Stephen Colebourne
* @author Matthew Hawthorne
* @version $Id: BooleanUtilsTest.java,v 1.10 2004/10/08 21:27:00 scolebourne Exp $
* @version $Id$
*/
public class BooleanUtilsTest extends TestCase {

View File

@ -27,7 +27,7 @@ import junit.textui.TestRunner;
* Unit tests {@link org.apache.commons.lang.CharUtils}.
*
* @author Stephen Colebourne
* @version $Id: CharUtilsTest.java,v 1.4 2004/03/10 23:23:46 scolebourne Exp $
* @version $Id$
*/
public class CharUtilsTest extends TestCase {

View File

@ -25,7 +25,7 @@ import junit.framework.TestSuite;
* @author <a href="mailto:chrise@esha.com">Christopher Elkins</a>
* @author <a href="mailto:ridesmet@users.sourceforge.net">Ringo De Smet</a>
* @author Tim O'Brien
* @version $Revision: 1.8 $ $Date: 2004/02/18 23:22:29 $
* @version $Revision: 1.8 $ $Date$
*/
public final class NumberRangeTest extends TestCase {

View File

@ -29,7 +29,7 @@ import junit.textui.TestRunner;
* @author <a href="mailto:steven@caswell.name">Steven Caswell</a>
* @author <a href="mailto:ridesmet@users.sourceforge.net">Ringo De Smet</a>
* @author Phil Steitz
* @version $Id: RandomStringUtilsTest.java,v 1.13 2004/02/18 23:06:19 ggregory Exp $
* @version $Id$
*/
public class RandomStringUtilsTest extends junit.framework.TestCase {
/**

View File

@ -33,7 +33,7 @@ import junit.textui.TestRunner;
*
* @author <a href="mailto:scolebourne@joda.org">Stephen Colebourne</a>
* @author <a href="mailto:ridesmet@users.sourceforge.net">Ringo De Smet</a>
* @version $Id: SerializationUtilsTest.java,v 1.6 2004/02/18 23:06:19 ggregory Exp $
* @version $Id$
*/
public class SerializationUtilsTest extends TestCase {
private String iString;

View File

@ -26,7 +26,7 @@ import junit.textui.TestRunner;
* @author <a href="mailto:scolebourne@joda.org">Stephen Colebourne</a>
* @author <a href="mailto:ridesmet@users.sourceforge.net">Ringo De Smet</a>
* @author Phil Steitz
* @version $Id: StringUtilsEqualsIndexOfTest.java,v 1.10 2004/02/18 23:06:19 ggregory Exp $
* @version $Id$
*/
public class StringUtilsEqualsIndexOfTest extends TestCase {
private static final String FOO = "foo";

View File

@ -25,7 +25,7 @@ import junit.textui.TestRunner;
*
* @author <a href="mailto:scolebourne@joda.org">Stephen Colebourne</a>
* @author Michael Davey
* @version $Id: StringUtilsIsTest.java,v 1.9 2004/02/24 22:31:43 fredrik Exp $
* @version $Id$
*/
public class StringUtilsIsTest extends TestCase {

View File

@ -26,7 +26,7 @@ import junit.textui.TestRunner;
* @author <a href="mailto:scolebourne@joda.org">Stephen Colebourne</a>
* @author <a href="mailto:ridesmet@users.sourceforge.net">Ringo De Smet</a>
* @author Phil Steitz
* @version $Id: StringUtilsSubstringTest.java,v 1.14 2004/02/18 23:06:19 ggregory Exp $
* @version $Id$
*/
public class StringUtilsSubstringTest extends TestCase {
private static final String FOO = "foo";

View File

@ -25,7 +25,7 @@ import junit.textui.TestRunner;
*
* @author <a href="mailto:scolebourne@joda.org">Stephen Colebourne</a>
* @author <a href="mailto:ridesmet@users.sourceforge.net">Ringo De Smet</a>
* @version $Id: StringUtilsTrimEmptyTest.java,v 1.17 2004/02/18 23:06:19 ggregory Exp $
* @version $Id$
*/
public class StringUtilsTrimEmptyTest extends TestCase {
private static final String FOO = "foo";

View File

@ -30,7 +30,7 @@ import junit.textui.TestRunner;
*
* @author Stephen Colebourne
* @author Norm Deane
* @version $Id: ValidateTest.java,v 1.6 2004/10/08 21:44:41 scolebourne Exp $
* @version $Id$
*/
public class ValidateTest extends TestCase {

View File

@ -27,7 +27,7 @@ import junit.textui.TestRunner;
*
* @author <a href="mailto:sdowney@panix.com">Steve Downey</a>
* @author <a href="mailto:scolebourne@joda.org">Stephen Colebourne</a>
* @version $Id: CompareToBuilderTest.java,v 1.8 2004/02/18 23:00:51 ggregory Exp $
* @version $Id$
*/
public class CompareToBuilderTest extends TestCase {

View File

@ -30,7 +30,7 @@ import junit.textui.TestRunner;
* @author <a href="mailto:scolebourne@joda.org">Stephen Colebourne</a>
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
* @author <a href="mailto:alex@apache.org">Alex Chaffee</a>
* @version $Id: ToStringBuilderTest.java,v 1.16 2004/07/26 21:39:21 ggregory Exp $
* @version $Id$
*/
public class ToStringBuilderTest extends TestCase {

View File

@ -35,7 +35,7 @@ import org.apache.commons.lang.SerializationUtils;
*
* @author Stephen Colebourne
* @author Gary D. Gregory
* @version $Id: EnumTest.java,v 1.17 2004/02/18 23:01:51 ggregory Exp $
* @version $Id$
*/
public final class EnumTest extends TestCase {

View File

@ -28,7 +28,7 @@ import org.apache.commons.lang.SerializationUtils;
* Test cases for the {@link Enum} class.
*
* @author <a href="mailto:scolebourne@joda.org">Stephen Colebourne</a>
* @version $Id: ValuedEnumTest.java,v 1.7 2004/02/18 23:22:29 ggregory Exp $
* @version $Id$
*/
public final class ValuedEnumTest extends TestCase {

View File

@ -35,7 +35,7 @@ import org.apache.commons.lang.SerializationUtils;
*
* @author Stephen Colebourne
* @author Gary D. Gregory
* @version $Id: EnumTest.java,v 1.1 2004/02/23 04:34:20 ggregory Exp $
* @version $Id$
*/
public final class EnumTest extends TestCase {

View File

@ -28,7 +28,7 @@ import org.apache.commons.lang.SerializationUtils;
* Test cases for the {@link Enum} class.
*
* @author <a href="mailto:scolebourne@joda.org">Stephen Colebourne</a>
* @version $Id: ValuedEnumTest.java,v 1.1 2004/02/23 04:34:20 ggregory Exp $
* @version $Id$
*/
public final class ValuedEnumTest extends TestCase {

View File

@ -30,7 +30,7 @@ import junit.textui.TestRunner;
*
* @author <a href="mailto:steven@caswell.name">Steven Caswell</a>
* @author <a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a>
* @version $Id: NestableDelegateTestCase.java,v 1.10 2004/12/25 19:50:09 bayard Exp $
* @version $Id$
*/
public class NestableDelegateTestCase extends junit.framework.TestCase {
private static final String CONSTRUCTOR_FAILED_MSG =

View File

@ -30,7 +30,7 @@ import junit.textui.TestRunner;
* Tests the org.apache.commons.lang.exception.NestableException class.
*
* @author <a href="mailto:steven@caswell.name">Steven Caswell</a>
* @version $Id: NestableExceptionTestCase.java,v 1.12 2004/10/09 10:45:24 scolebourne Exp $
* @version $Id$
*/
public class NestableExceptionTestCase extends AbstractNestableTestCase {

View File

@ -28,7 +28,7 @@ import java.util.HashMap;
*
* @author Henri Yandell
* @author Ken Fitzpatrick
* @version $Id: InterpolationTest.java,v 1.1 2004/09/05 00:56:31 bayard Exp $
* @version $Id$
*/
public class InterpolationTest extends TestCase {