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:
parent
5a1d9522fa
commit
c27cddf3c7
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue