01: /*****************************************************************************
02: * Copyright (C) NanoContainer Organization. All rights reserved. *
03: * ------------------------------------------------------------------------- *
04: * The software in this package is published under the terms of the BSD *
05: * style license a copy of which has been included with this distribution in *
06: * the LICENSE.txt file. *
07: * *
08: *****************************************************************************/package com.opensymphony.webwork.pico;
09:
10: /**
11: * @deprecated Use PicoWebWork2ServletDispatcher
12: */
13: public class PicoServletDispatcher extends
14: PicoWebWork2ServletDispatcher {
15:
16: }
|