Checkstyle: Remove trailing white spaces on all lines.
This commit is contained in:
parent
f698f9e64e
commit
6934228ded
|
@ -388,7 +388,7 @@ public class ExceptionUtils {
|
||||||
public static int getThrowableCount(final Throwable throwable) {
|
public static int getThrowableCount(final Throwable throwable) {
|
||||||
return getThrowableList(throwable).size();
|
return getThrowableList(throwable).size();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>Returns the list of <code>Throwable</code> objects in the
|
* <p>Returns the list of <code>Throwable</code> objects in the
|
||||||
* exception chain.</p>
|
* exception chain.</p>
|
||||||
|
|
Loading…
Reference in New Issue