View Javadoc

1   package org.mortbay.jetty;
2   /** NoSrc
3    * Trick sonatype into accepting a test only module
4    */
5   public class NoSrc
6   {
7       public NoSrc()
8       {
9       }
10  }