Index: ServletContext.java =================================================================== --- ServletContext.java (revision 45175) +++ ServletContext.java (working copy) @@ -1381,7 +1381,7 @@ * {@link ServletContextListener}, in addition to the interfaces listed * above. * - *

If the given listenerClass implements a listener + *

If the given listenerClass implements a listener * interface whose invocation order corresponds to the declaration order * (i.e., if it implements {@link ServletRequestListener}, * {@link ServletContextListener}, or