> return subject.getExecute( new Callable() {
Oops. That should be:
subject.execute( new Callable() {
...
Cheers,
Les
> return subject.getExecute( new Callable() {
Oops. That should be:
subject.execute( new Callable() {
...
Cheers,
Les