xzel23 commented on code in PR #348:
URL: https://github.com/apache/poi/pull/348#discussion_r2190662798
##########
poi-scratchpad/src/main/java/org/apache/poi/hslf/record/Notes.java:
##########
@@ -29,7 +29,7 @@ Licensed to the Apache Software Foundation (ASF) under one or
more
public final class Notes extends SheetContainer
{
private byte[] _header;
- private static long _type = 1008l;
+ private static long _type = 1008L;
Review Comment:
It's often recommended to use L instead of l because in some fonts it's easy
to confuse l and 1.
--
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]