← Prev in month ← Prev in thread
Next in thread → Next in month →

JAVA-76: Proposed resolution

From
Simon Nash <>
Date
2009-02-10T20:43:56+00:00
ID
Thread
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 →