A feeble attempt at a (personal) anti-spam measure.

[ in jarkarta/commons/lang/src/ ]

* test/org/apache/commons/lang/exception/NestableDelegateTestCase.java
* test/org/apache/commons/lang/exception/ExceptionUtilsTestCase.java
* test/org/apache/commons/lang/StringUtilsTest.java
* java/org/apache/commons/lang/exception/ExceptionUtils.java
* java/org/apache/commons/lang/exception/NestableRuntimeException.java
* java/org/apache/commons/lang/exception/NestableError.java
* java/org/apache/commons/lang/exception/NestableDelegate.java
* java/org/apache/commons/lang/exception/NestableException.java
* java/org/apache/commons/lang/exception/Nestable.java
* java/org/apache/commons/lang/ObjectUtils.java
* java/org/apache/commons/lang/StringUtils.java
* java/org/apache/commons/lang/SerializationUtils.java
  Remove my email addresses.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@512889 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Rall 2007-02-28 18:18:20 +00:00
parent b47f3a1d26
commit 2319a67407
12 changed files with 12 additions and 12 deletions

View File

@ -27,7 +27,7 @@ import java.io.Serializable;
* *
* @author <a href="mailto:nissim@nksystems.com">Nissim Karpenstein</a> * @author <a href="mailto:nissim@nksystems.com">Nissim Karpenstein</a>
* @author <a href="mailto:janekdb@yahoo.co.uk">Janek Bogucki</a> * @author <a href="mailto:janekdb@yahoo.co.uk">Janek Bogucki</a>
* @author <a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a> * @author Daniel L. Rall
* @author Stephen Colebourne * @author Stephen Colebourne
* @author Gary Gregory * @author Gary Gregory
* @author Mario Winterer * @author Mario Winterer

View File

@ -40,7 +40,7 @@ import java.io.Serializable;
* *
* @author <a href="mailto:nissim@nksystems.com">Nissim Karpenstein</a> * @author <a href="mailto:nissim@nksystems.com">Nissim Karpenstein</a>
* @author <a href="mailto:janekdb@yahoo.co.uk">Janek Bogucki</a> * @author <a href="mailto:janekdb@yahoo.co.uk">Janek Bogucki</a>
* @author <a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a> * @author Daniel L. Rall
* @author Stephen Colebourne * @author Stephen Colebourne
* @author Jeff Varszegi * @author Jeff Varszegi
* @author Gary Gregory * @author Gary Gregory

View File

@ -96,7 +96,7 @@ import java.util.List;
* @see java.lang.String * @see java.lang.String
* @author <a href="http://jakarta.apache.org/turbine/">Apache Jakarta Turbine</a> * @author <a href="http://jakarta.apache.org/turbine/">Apache Jakarta Turbine</a>
* @author <a href="mailto:jon@latchkey.com">Jon S. Stevens</a> * @author <a href="mailto:jon@latchkey.com">Jon S. Stevens</a>
* @author <a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a> * @author Daniel L. Rall
* @author <a href="mailto:gcoladonato@yahoo.com">Greg Coladonato</a> * @author <a href="mailto:gcoladonato@yahoo.com">Greg Coladonato</a>
* @author <a href="mailto:ed@apache.org">Ed Korthof</a> * @author <a href="mailto:ed@apache.org">Ed Korthof</a>
* @author <a href="mailto:rand_mcneely@yahoo.com">Rand McNeely</a> * @author <a href="mailto:rand_mcneely@yahoo.com">Rand McNeely</a>

View File

@ -38,7 +38,7 @@ import org.apache.commons.lang.SystemUtils;
* <p>Provides utilities for manipulating and examining * <p>Provides utilities for manipulating and examining
* <code>Throwable</code> objects.</p> * <code>Throwable</code> objects.</p>
* *
* @author <a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a> * @author Daniel L. Rall
* @author Dmitri Plotnikov * @author Dmitri Plotnikov
* @author Stephen Colebourne * @author Stephen Colebourne
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a> * @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>

View File

@ -24,7 +24,7 @@ import java.io.PrintWriter;
* extensions which would like to be able to nest root exceptions * extensions which would like to be able to nest root exceptions
* inside themselves. * inside themselves.
* *
* @author <a href="mailto:dlr@collab.net">Daniel Rall</a> * @author Daniel L. Rall
* @author <a href="mailto:knielsen@apache.org">Kasper Nielsen</a> * @author <a href="mailto:knielsen@apache.org">Kasper Nielsen</a>
* @author <a href="mailto:steven@caswell.name">Steven Caswell</a> * @author <a href="mailto:steven@caswell.name">Steven Caswell</a>
* @author Pete Gieser * @author Pete Gieser

View File

@ -36,7 +36,7 @@ import java.util.List;
* </p> * </p>
* *
* @author <a href="mailto:Rafal.Krzewski@e-point.pl">Rafal Krzewski</a> * @author <a href="mailto:Rafal.Krzewski@e-point.pl">Rafal Krzewski</a>
* @author <a href="mailto:dlr@collab.net">Daniel Rall</a> * @author Daniel L. Rall
* @author <a href="mailto:knielsen@apache.org">Kasper Nielsen</a> * @author <a href="mailto:knielsen@apache.org">Kasper Nielsen</a>
* @author <a href="mailto:steven@caswell.name">Steven Caswell</a> * @author <a href="mailto:steven@caswell.name">Steven Caswell</a>
* @author Sean C. Sullivan * @author Sean C. Sullivan

View File

@ -22,7 +22,7 @@ import java.io.PrintWriter;
/** /**
* The base class of all errors which can contain other exceptions. * The base class of all errors which can contain other exceptions.
* *
* @author <a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a> * @author Daniel L. Rall
* @see org.apache.commons.lang.exception.NestableException * @see org.apache.commons.lang.exception.NestableException
* @since 1.0 * @since 1.0
* @version $Id$ * @version $Id$

View File

@ -81,7 +81,7 @@ import java.io.PrintWriter;
* </pre></blockquote><br> * </pre></blockquote><br>
* *
* @author <a href="mailto:Rafal.Krzewski@e-point.pl">Rafal Krzewski</a> * @author <a href="mailto:Rafal.Krzewski@e-point.pl">Rafal Krzewski</a>
* @author <a href="mailto:dlr@collab.net">Daniel Rall</a> * @author Daniel L. Rall
* @author <a href="mailto:knielsen@apache.org">Kasper Nielsen</a> * @author <a href="mailto:knielsen@apache.org">Kasper Nielsen</a>
* @author <a href="mailto:steven@caswell.name">Steven Caswell</a> * @author <a href="mailto:steven@caswell.name">Steven Caswell</a>
* @since 1.0 * @since 1.0

View File

@ -25,7 +25,7 @@ import java.io.PrintWriter;
* *
* @see org.apache.commons.lang.exception.NestableException * @see org.apache.commons.lang.exception.NestableException
* @author <a href="mailto:Rafal.Krzewski@e-point.pl">Rafal Krzewski</a> * @author <a href="mailto:Rafal.Krzewski@e-point.pl">Rafal Krzewski</a>
* @author <a href="mailto:dlr@collab.net">Daniel Rall</a> * @author Daniel L. Rall
* @author <a href="mailto:knielsen@apache.org">Kasper Nielsen</a> * @author <a href="mailto:knielsen@apache.org">Kasper Nielsen</a>
* @author <a href="mailto:steven@caswell.name">Steven Caswell</a> * @author <a href="mailto:steven@caswell.name">Steven Caswell</a>
* @since 1.0 * @since 1.0

View File

@ -31,7 +31,7 @@ import junit.textui.TestRunner;
/** /**
* Unit tests {@link org.apache.commons.lang.StringUtils}. * Unit tests {@link org.apache.commons.lang.StringUtils}.
* *
* @author <a href="mailto:dlr@collab.net">Daniel Rall</a> * @author Daniel L. Rall
* @author Stephen Colebourne * @author Stephen Colebourne
* @author <a href="mailto:ridesmet@users.sourceforge.net">Ringo De Smet</a> * @author <a href="mailto:ridesmet@users.sourceforge.net">Ringo De Smet</a>
* @author <a href="mailto:fredrik@westermarck.com>Fredrik Westermarck</a> * @author <a href="mailto:fredrik@westermarck.com>Fredrik Westermarck</a>

View File

@ -52,7 +52,7 @@ import org.apache.commons.lang.SystemUtils;
* Gary Gregory; August 16, 2006. * Gary Gregory; August 16, 2006.
* </p> * </p>
* *
* @author <a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a> * @author Daniel L. Rall
* @author <a href="mailto:steven@caswell.name">Steven Caswell</a> * @author <a href="mailto:steven@caswell.name">Steven Caswell</a>
* @author Stephen Colebourne * @author Stephen Colebourne
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a> * @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>

View File

@ -30,7 +30,7 @@ import junit.textui.TestRunner;
* Tests the org.apache.commons.lang.exception.NestableDelegate class. * Tests the org.apache.commons.lang.exception.NestableDelegate class.
* *
* @author <a href="mailto:steven@caswell.name">Steven Caswell</a> * @author <a href="mailto:steven@caswell.name">Steven Caswell</a>
* @author <a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a> * @author Daniel L. Rall
* @version $Id$ * @version $Id$
*/ */
public class NestableDelegateTestCase extends junit.framework.TestCase { public class NestableDelegateTestCase extends junit.framework.TestCase {