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

« back to all changes in this revision

Viewing changes to java/org/apache/catalina/manager/HTMLManagerServlet.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:
78
78
* @author Bip Thelin
79
79
* @author Malcolm Edgar
80
80
* @author Glenn L. Nielsen
81
 
* @version $Id: HTMLManagerServlet.java 1226774 2012-01-03 13:23:35Z rjung $
 
81
* @version $Id: HTMLManagerServlet.java 1301210 2012-03-15 21:22:10Z markt $
82
82
* @see ManagerServlet
83
83
*/
84
84
 
808
808
    @Override
809
809
    public String getServletInfo() {
810
810
        return "HTMLManagerServlet, Copyright (c) 1999-2012, The Apache Software Foundation";
811
 
    }   
812
 
    
 
811
    }
 
812
 
813
813
    /**
814
814
     * @see javax.servlet.GenericServlet#init()
815
815
     */