JUnit should ignore TestOptions

This commit is contained in:
Trustin Lee 2009-03-09 19:16:59 +00:00
parent ddd756b276
commit ebe5ad3ef2

View File

@ -22,11 +22,13 @@
*/
package org.jboss.netty.util;
/**
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)
* @version $Rev$, $Date$
*/
@org.junit.Ignore
public final class TestOptions {
private static final boolean ENABLED;