Ejemplo n.º 1
0
 /**
  * Gets the minor version of the Servlet specification that the application represented by this
  * ServletContext is based on.
  */
 @Override
 public int getEffectiveMinorVersion() {
   return context.getEffectiveMinorVersion();
 }