Checkstyle: Remove trailing white spaces on all lines.

This commit is contained in:
Gary Gregory 2019-05-05 18:03:29 -04:00
parent f698f9e64e
commit 6934228ded
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ public class ExceptionUtils {
public static int getThrowableCount(final Throwable throwable) {
return getThrowableList(throwable).size();
}
/**
* <p>Returns the list of <code>Throwable</code> objects in the
* exception chain.</p>