making interface public, so that others can implement it jic
This commit is contained in:
parent
cdbaeb86b0
commit
800a9fc20d
@ -4,7 +4,7 @@ package org.jboss.netty.handler.codec.serialization;
|
||||
/**
|
||||
* please use {@link ClassResolvers} as instance factory
|
||||
*/
|
||||
interface ClassResolver {
|
||||
public interface ClassResolver {
|
||||
|
||||
Class<?> resolve(String className) throws ClassNotFoundException;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user