← Prev in month
← Prev in thread
Next in thread →
Next in month →
JAVA-76: Proposed resolution
The line numbers below are for cd02-rev1 as there is no PDF for
cd02-rev2.
1. Replace line 405 by:
MyCallback myCallback = callback.getService();
2. Replace lines 416 through 419 by:
@Context ComponentContext context;
public void someMethod() {
MyCallback myCallback =
context.getRequestContext().getCallback();
3. Delete lines 426 through 436 (stragglers from the pre-JAVA-25
days).
Simon
← Prev in month
← Prev in thread
Next in thread →
Next in month →