View Javadoc

1   package com.atlassian.plugin.osgi.test;
2   
3   import javax.servlet.http.HttpServlet;
4   
5   /**
6    * Used in {@link com.atlassian.plugin.osgi.TestPluginInstall}
7    * does nothing at all.
8    */
9   public class TestServlet extends HttpServlet
10  {
11  }