Correct code example in javadoc header

This commit is contained in:
aherbert 2020-06-18 12:10:20 +01:00
parent 5d675a0e29
commit 3302d5040b
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ import org.apache.commons.lang3.stream.Streams.FailableStream;
* try {
* m.invoke(o, args);
* } catch (Throwable t) {
* throw Functions.rethrow(t);
* throw Failable.rethrow(t);
* }
* };
* }</pre>