You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2009/08/19 19:11:16 UTC

svn commit: r805886 - /geronimo/specs/trunk/geronimo-servlet_3.0_spec/src/main/java/javax/servlet/ServletContext.java

Author: djencks
Date: Wed Aug 19 17:11:15 2009
New Revision: 805886

URL: http://svn.apache.org/viewvc?rev=805886&view=rev
Log:
another typo found by Max

Modified:
    geronimo/specs/trunk/geronimo-servlet_3.0_spec/src/main/java/javax/servlet/ServletContext.java

Modified: geronimo/specs/trunk/geronimo-servlet_3.0_spec/src/main/java/javax/servlet/ServletContext.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-servlet_3.0_spec/src/main/java/javax/servlet/ServletContext.java?rev=805886&r1=805885&r2=805886&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-servlet_3.0_spec/src/main/java/javax/servlet/ServletContext.java (original)
+++ geronimo/specs/trunk/geronimo-servlet_3.0_spec/src/main/java/javax/servlet/ServletContext.java Wed Aug 19 17:11:15 2009
@@ -709,7 +709,7 @@
      * @throws UnsupportedOperationException if this ServletContext was constructed in a way where the spec version cannot be determined.
      * @since 3.0
      */
-    int getEffectiveMinorersion() throws UnsupportedOperationException;
+    int getEffectiveMinorVersion() throws UnsupportedOperationException;
 
     /**
      * @return the actual session tracking modes.  These will be the default ones unless they've been explicitly set.