I mean, my mistake and I'll fix it, but doesn't this sound like a
javac bug? these are static methods -- they can't override each other.
So to fail because of clashing signature of an overridden method...
anybody knows what's going on there?

On Sat, Oct 10, 2009 at 5:24 AM, deneche abdelhakim <adene...@apache.org> wrote:
> the following change :
>
> {code}
> ==============================================================================
> --- 
> lucene/mahout/trunk/examples/src/main/java/org/apache/mahout/clustering/dirichlet/DisplayDirichlet.java
> (original)
> +++ 
> lucene/mahout/trunk/examples/src/main/java/org/apache/mahout/clustering/dirichlet/DisplayDirichlet.java
> Fri Oct  9 16:48:09 2009
> @@ -96,7 +96,7 @@
>    });
>  }
>
> -  public static void main(String[] args) throws IOException {
> +  public static void main(String[] args) {
> {code}
>
> causes compiling failures:
>
> {noformat}
> [INFO] Compilation failure
>

Reply via email to