build error after last commit

andrew <[email protected]> Sun, 5 Oct 2003 16:37:21 +0400
Newsgroups gmane.comp.java.netbeans.modules.tasklist.devel
Message-ID <[email protected]>
Hi,

It seems, after last commit the module is not compilable against
current CVS state. Ant output is here:

===========================
....
all-tasklist/suggestions:
     [echo] Building module tasklist/suggestions...

compile:
    [javac] Compiling 22 source files to /home/nbtrunk/nb_all/tasklist/suggestions/src
    [javac] /home/nbtrunk/nb_all/tasklist/suggestions/src/org/netbeans/modules/tasklist/suggestions/SuggestionImpl.java:110: createNode() in org.netbeans.modules.tasklist.suggestions.SuggestionImpl cannot override createNode() in org.netbeans.modules.tasklist.core.Task; attempting to assign weaker access privileges; was public
    [javac]     protected Node[] createNode() {
    [javac]                      ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 1 error

BUILD FAILED
file:/home/nbtrunk/nb_all/tasklist/suggestions/build.xml:29: Compile failed; see the compiler error output for details.
...
============================


Thanks!
Andrew