@Deprecated
Posted by Chris Shorrock Sun, 18 Feb 2007 15:49:07 GMT
/**
* @deprecated
* @see com.ea.Job#otherWork
*/
@Deprecated
public static final void blog( String ... args ) {
throw new IllegalArgumentException( "blog no longer active" );
}
