~ubuntu-branches/ubuntu/lucid/tomcat6/lucid

« back to all changes in this revision

Viewing changes to java/javax/servlet/ServletContext.java

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug, Iulian Udrea
  • Date: 2009-06-09 12:35:19 UTC
  • mfrom: (1.2.1 upstream) (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090609123519-7owjbso5ttnka6ur
Tags: 6.0.20-1ubuntu1
[ Iulian Udrea ]
* Merge from debian unstable (LP: #385262), remaining changes:
  - debian/control, debian/rules: Use default-jdk to build
  - debian/control: Run using default-jre-headless by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
    /**
105
105
     * Returns the minor version of the Servlet API that this
106
106
     * servlet container supports. All implementations that comply
107
 
     * with Version 2.4 must have this method
108
 
     * return the integer 4.
 
107
     * with Version 2.5 must have this method
 
108
     * return the integer 5.
109
109
     *
110
 
     * @return          4
 
110
     * @return          5
111
111
     *
112
112
     */
113
113