I\'m using eclipse java ee to perform java programming.
I had the following line of code in one of my functions:
Long result = -1;
Long result = -1L;