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

   Re the latest ContentStreamWriter.java change, I was wondering if we could 
overload all methods but when I put a log here
   ```
           else if( o instanceof Operator)
           {
               writeObject((Operator) o);
           }
   ```
   it showed that this part was still called instead only the writeObject 
method with an operator parameter. So method overloading isn't working the way 
I thought.


-- 
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