Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-Birkey committed Feb 28, 2024
1 parent 97c634f commit c4004f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ This is the textbook I used to first learn programming in 2016. After having gra
## Notes
| Tool | Name | Version | Link |
|---|---|---|---|
| IDE | Eclipse | 2023-12 R | <https://www.eclipse.org/downloads/packages/installer> |
| JVM | Oracle Java JRE | 21.0.2 | Installed from Eclipse IDE installer |
| IDE | Eclipse | 2023-12 R | <https://www.eclipse.org/downloads/packages/installer> |
| Java | Oracle Java JRE | 21.0.2 | Installed from Eclipse IDE installer |
| Code Formatter | google-java-format-eclipse-plugin | v1.20.0 | <https://github.com/google/google-java-format/releases/tag/v1.20.0> |

## google-java-format
Expand Down
1 change: 1 addition & 0 deletions src/com/github/jonathanbirkey/chapter05/Exercise19.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ public static void main(String[] args) {
}
}
}

2 changes: 1 addition & 1 deletion src/com/github/jonathanbirkey/chapter05/Exercise27.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @author : Jonathan Birkey
* @mailto : [email protected]
* @created : 27Dec2021
* @created : 28Feb2024
* <p>(Display leap years) Write a program that displays all the leap years, 10 per line, from
* 101 to 2100, separated by exactly one space. Also display the number of leap years in this
* period.
Expand Down

0 comments on commit c4004f6

Please sign in to comment.