Javadoc nit Throwable#getStackTraceElement

Bernd Eckenfels ecki at zusammenkunft.net
Sat Mar 21 23:54:40 UTC 2015


There is an typo in the javadoc, 

 * @throws IndexOutOfBoundsException if <tt>index %lt; 0 ||
 *         index >= getStackTraceDepth() </tt>

Maybe using {@code index < 0 || index > getStackTraceDepth()} would be
better here?

Gruss
Bernd



More information about the core-libs-dev mailing list