THausherr commented on PR #443:
URL: https://github.com/apache/pdfbox/pull/443#issuecomment-4384911747

   I'm not asking about the dispose, I'm asking about the line "if 
(printerGraphics != null && callerTransform != null)". printerGraphics is no 
longer null as soon as the assignment on line 221 is successful. So why check 
whether callerTransform  isn't null? It will always be non null if the casted 
assignment was successful.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to