JavaMoney / jsr354-ri

JSR 354 - Moneta: Reference Implementation
Other
344 stars 101 forks source link

Use L instead of l for long literals #263

Closed marschall closed 5 years ago

marschall commented 5 years ago

Using a an uppper case L instead of a lover case l for long literal is widely recommended for example by Java Puzzlers, Puzzle 4: It's Elementary and by the Google Java Style Guide

https://google.github.io/styleguide/javaguide.html#s4.8.8-numeric-literals


This change is Reviewable