To stop IntelliJ whining at me :) - Brett
Emmanuel Venisse wrote: > brett, > > What is @noinspection tag? > > Emmanuel > >> /** >> * @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a> >> * @version $Id$ >> + * @noinspection UseOfSystemOutOrSystemErr,ACCESS_STATIC_VIA_INSTANCE >> */ >> public class MavenCli >> { >> - public static File userDir = new File( System.getProperty( >> "user.dir" ) ); >> - >> + /** >> + * @noinspection ConfusingMainMethod >> + */ >> public static int main( String[] args, ClassWorld classWorld ) >> { > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
