Remove a point regarding MemoryProtocolHandler.
1. MemoryProtocolHandler#process() is not part of any interface. It is just a method.
2. We do not have callers for this method, so it is hard to justify how it is used.
3. The method is already declared with generic "throws Exception", so those have to be handled. So the only missing point
is whether the caller handles other Throwables. It is justified to hope that it handles them.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk@1162282 13f79535-47bb-0310-9956-ffa450edef68
1 file changed