api version

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@36 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Greg Wilkins 2009-03-29 09:52:36 +00:00
parent ea98ad6847
commit 45fae7c64c
1 changed files with 2 additions and 2 deletions

View File

@ -1401,7 +1401,7 @@ public class ContextHandler extends HandlerWrapper implements Attributes, Server
*/ */
public int getMajorVersion() public int getMajorVersion()
{ {
return 3; return 2;
} }
/* ------------------------------------------------------------ */ /* ------------------------------------------------------------ */
@ -1424,7 +1424,7 @@ public class ContextHandler extends HandlerWrapper implements Attributes, Server
*/ */
public int getMinorVersion() public int getMinorVersion()
{ {
return 0; return 5;
} }
/* ------------------------------------------------------------ */ /* ------------------------------------------------------------ */