thanks for the catch... was going to put the detach logic here, then discovered I could override detach() in the class itself.
will remove. Cheers Dan On 2 November 2015 at 18:47, Martin Grigorov <[email protected]> wrote: > Hi Dan, > > On Mon, Nov 2, 2015 at 7:35 PM, <[email protected]> wrote: > > > - > > + > > + final AuthenticatedWebSessionForIsis > > authenticatedWebSessionForIsis = AuthenticatedWebSessionForIsis.get(); > > + > > > > What is the purpose of this ? > It seems this local variable is not used later. > > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov >
