This commit is contained in:
@@ -15,7 +15,7 @@ import org.redkale.convert.*;
|
|||||||
* @param <R>
|
* @param <R>
|
||||||
* @param <W>
|
* @param <W>
|
||||||
*/
|
*/
|
||||||
public class CompletionHandlerSimpledCoder<R extends Reader, W extends Writer> extends SimpledCoder<R, W, CompletionHandler> {
|
public final class CompletionHandlerSimpledCoder<R extends Reader, W extends Writer> extends SimpledCoder<R, W, CompletionHandler> {
|
||||||
|
|
||||||
public static final CompletionHandlerSimpledCoder instance = new CompletionHandlerSimpledCoder();
|
public static final CompletionHandlerSimpledCoder instance = new CompletionHandlerSimpledCoder();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user