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:
Tom Copeland
2002-08-23 21:48:09 +00:00
parent 30832d4b3b
commit 5c1eb19f5d

View File

@ -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();
}