xzel23 opened a new pull request, #159: URL: https://github.com/apache/pdfbox/pull/159
Most of the changes make the code just more readable and the compiler does auto(un)boxing where necessary. Replacing `Boolean.valueOf()` and `Float.valueOf()` on the other hand completely avoids a boxing/unboxing cycle because in both cases the result is stored in a primitive. -- 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]
