mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
quick documentation: fix formatting stripping html tags (IDEA-118673)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
interface Producer<T> {
|
||||
|
||||
<E extends Exception> void drainTo( Consumer<? super T, E> consumer, Object someParameter ) throws E;
|
||||
|
||||
}
|
||||
|
||||
interface Consumer<T, E extends Exception> {
|
||||
|
||||
void consume( T message ) throws E;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user