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