forked from phoedos/pmd
notification works, yay!
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@773 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -21,7 +21,7 @@ public class DCPDWorker {
|
||||
public DCPDWorker() {
|
||||
try {
|
||||
space = Util.findSpace("mordor");
|
||||
space.notify(new Job("test"), null, new JobAddedListener(), Lease.FOREVER, null);
|
||||
space.notify(new Job("test"), null, new JobAddedListener(space), Lease.FOREVER, null);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
Reference in New Issue
Block a user