From f43c74c63c80943fcad75687121f4bd4b649c48f Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Thu, 15 Sep 2011 00:00:47 +0200 Subject: Remove trailing whitespace in Javadoc strings --- src/org/apache/commons/lang3/exception/ExceptionUtils.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/org/apache/commons/lang3/exception/ExceptionUtils.java') diff --git a/src/org/apache/commons/lang3/exception/ExceptionUtils.java b/src/org/apache/commons/lang3/exception/ExceptionUtils.java index 9adfcd9..de752a0 100644 --- a/src/org/apache/commons/lang3/exception/ExceptionUtils.java +++ b/src/org/apache/commons/lang3/exception/ExceptionUtils.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -31,14 +31,14 @@ import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.SystemUtils; /** - *

Provides utilities for manipulating and examining + *

Provides utilities for manipulating and examining * Throwable objects.

* * @since 1.0 * @version $Id: ExceptionUtils.java 1144929 2011-07-10 18:26:16Z ggregory $ */ public class ExceptionUtils { - + /** *

Used when printing stack frames to denote the start of a * wrapped exception.

@@ -95,7 +95,7 @@ public class ExceptionUtils { /** *

Introspects the Throwable to obtain the cause.

* - *

The method searches for methods with specific names that return a + *

The method searches for methods with specific names that return a * Throwable object. This will pick up most wrapping exceptions, * including those from JDK 1.4. * @@ -110,7 +110,7 @@ public class ExceptionUtils { *

  • getCausedByException()
  • *
  • getNested()
  • * - * + * *

    If none of the above is found, returns null.

    * * @param throwable the throwable to introspect for a cause, may be null @@ -633,7 +633,7 @@ public class ExceptionUtils { *

    This works in most cases - it will only fail if the exception * message contains a line that starts with: * "   at".

    - * + * * @param t is any throwable * @return List of stack frames */ -- cgit v1.1