Rename duplicate fooInt

This commit is contained in:
Andrew Gallasch 2016-10-27 23:22:49 +10:30 committed by GitHub
parent 78a4ae7da9
commit 2040dfc83e

View File

@ -102,7 +102,7 @@ public class LearnJava {
// Integer - 32-bit signed two's complement integer
// (-2,147,483,648 <= int <= 2,147,483,647)
int fooInt = 1;
int bazInt = 1;
// Long - 64-bit signed two's complement integer
// (-9,223,372,036,854,775,808 <= long <= 9,223,372,036,854,775,807)