ocket8888 commented on issue #7252:
URL: 
https://github.com/apache/trafficcontrol/issues/7252#issuecomment-1351839443

   > Java doesn't have unsigned integer types
   
   That's literally true, but it does provide ways to interpret the data value 
of a signed integer in unsigned ways. Specifically, the serialization of a 
count of something should be using [the `toUnsignedString` static method of 
Java's `Integer` 
class](https://devdocs.io/openjdk~19/java.base/java/lang/integer#toUnsignedString(int)).


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

Reply via email to