~ubuntu-branches/ubuntu/quantal/tomcat7/quantal-security

« back to all changes in this revision

Viewing changes to java/org/apache/coyote/http11/Http11Processor.java

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2012-06-07 22:43:21 UTC
  • mfrom: (11.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120607224321-cfev8j681yueyov3
Tags: 7.0.27-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
    /**
104
104
     * Set the SSL information for this HTTP connection.
105
105
     */
106
 
    public void setSSLSupport(SSLSupport sslSupport) {
 
106
    @Override
 
107
    public void setSslSupport(SSLSupport sslSupport) {
107
108
        this.sslSupport = sslSupport;
108
109
    }
109
110