Skip to content

Commit c4004f6

Browse files
refactoring
1 parent 97c634f commit c4004f6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This is the textbook I used to first learn programming in 2016. After having gra
88
## Notes
99
| Tool | Name | Version | Link |
1010
|---|---|---|---|
11-
| IDE | Eclipse | 2023-12 R | <https://www.eclipse.org/downloads/packages/installer> |
12-
| JVM | Oracle Java JRE | 21.0.2 | Installed from Eclipse IDE installer |
11+
| IDE | Eclipse | 2023-12 R | <https://www.eclipse.org/downloads/packages/installer> |
12+
| Java | Oracle Java JRE | 21.0.2 | Installed from Eclipse IDE installer |
1313
| Code Formatter | google-java-format-eclipse-plugin | v1.20.0 | <https://github.com/google/google-java-format/releases/tag/v1.20.0> |
1414

1515
## google-java-format

src/com/github/jonathanbirkey/chapter05/Exercise19.java

+1
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ public static void main(String[] args) {
2929
}
3030
}
3131
}
32+

src/com/github/jonathanbirkey/chapter05/Exercise27.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @author : Jonathan Birkey
33
* @mailto : [email protected]
4-
* @created : 27Dec2021
4+
* @created : 28Feb2024
55
* <p>(Display leap years) Write a program that displays all the leap years, 10 per line, from
66
* 101 to 2100, separated by exactly one space. Also display the number of leap years in this
77
* period.

0 commit comments

Comments
 (0)