HandlerMethodUtils is now package private

This commit is contained in:
Mark Fisher
2008-11-26 15:32:15 +00:00
parent 3a6947b190
commit 41eca0eb8a

View File

@@ -32,7 +32,7 @@ import org.springframework.util.ReflectionUtils;
*
* @author Mark Fisher
*/
public abstract class HandlerMethodUtils {
abstract class HandlerMethodUtils {
/**
* Verifies that the provided Method is capable of handling Messages.