1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

[220446] Updated Excercise 3 instructions.

This commit is contained in:
Pawel Piech 2008-03-12 19:38:12 +00:00
parent 5a1d9522fa
commit c27cddf3c7

View file

@ -113,8 +113,10 @@ public class AsyncQuicksort {
// a request monitor.
return store;
//#else
//# rm.setData(store);
//# rm.done();
//# // Java 5 automatically converts the int type of the store variable
//# // to an Integer object.
//# rm.setData(store);
//# rm.done();
//#endif
}