~ubuntu-branches/ubuntu/precise/tomcat7/precise-updates

« back to all changes in this revision

Viewing changes to java/org/apache/catalina/core/ApplicationContextFacade.java

  • Committer: Bazaar Package Importer
  • Author(s): tony mancill, Miguel Landaeta, tony mancill
  • Date: 2011-06-23 20:26:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110623202629-w1v0jejj19swux10
Tags: 7.0.16-1
[ Miguel Landaeta ]
* New upstream release.
* Add missing deps and symlinks for commons-pool ands commons-dbcp jars.

[ tony mancill ]
* Add logrotate file for catalina.out.
* Add build-arch target to debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 *
57
57
 * @author Remy Maucherat
58
58
 * @author Jean-Francois Arcand
59
 
 * @version $Id: ApplicationContextFacade.java 1067134 2011-02-04 10:30:36Z markt $
 
59
 * @version $Id: ApplicationContextFacade.java 1104557 2011-05-17 20:57:46Z kkolinko $
60
60
 */
61
61
 
62
62
public class ApplicationContextFacade implements ServletContext {
237
237
 
238
238
 
239
239
    /**
240
 
     * @deprecated
 
240
     * @deprecated As of Java Servlet API 2.1, with no direct replacement.
241
241
     */
242
242
    @Override
243
243
    @Deprecated
261
261
 
262
262
 
263
263
    /**
264
 
     * @deprecated
 
264
     * @deprecated As of Java Servlet API 2.1, with no direct replacement.
265
265
     */
266
266
    @Override
267
267
    @SuppressWarnings("unchecked") // doPrivileged() returns the correct type
276
276
 
277
277
 
278
278
    /**
279
 
     * @deprecated
 
279
     * @deprecated As of Java Servlet API 2.1, with no direct replacement.
280
280
     */
281
281
    @Override
282
282
    @SuppressWarnings("unchecked") // doPrivileged() returns the correct type
301
301
 
302
302
 
303
303
    /**
304
 
     * @deprecated
 
304
     * @deprecated As of Java Servlet API 2.1, use
 
305
     *  <code>log(String, Throwable)</code> instead
305
306
     */
306
307
    @Override
307
308
    @Deprecated