Correct code example in javadoc header
This commit is contained in:
parent
5d675a0e29
commit
3302d5040b
|
@ -46,7 +46,7 @@ import org.apache.commons.lang3.stream.Streams.FailableStream;
|
||||||
* try {
|
* try {
|
||||||
* m.invoke(o, args);
|
* m.invoke(o, args);
|
||||||
* } catch (Throwable t) {
|
* } catch (Throwable t) {
|
||||||
* throw Functions.rethrow(t);
|
* throw Failable.rethrow(t);
|
||||||
* }
|
* }
|
||||||
* };
|
* };
|
||||||
* }</pre>
|
* }</pre>
|
||||||
|
|
Loading…
Reference in New Issue