StreakForHumanity/StreakerGame

NGA Inspection -- LongValue is unnecessary

Closed this issue · 0 comments

Use java.lang.Long instead. If you keep this class, add a header describing its purpose. Make the public value variable final, or make it private and provide a getter and setter.