-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: ran spotless apply to ensure code was up to formating standard
- Loading branch information
Mohamed
committed
Mar 14, 2024
1 parent
e473bf2
commit 8564356
Showing
5 changed files
with
33 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 5 additions & 3 deletions
8
.../objects_app/src/main/java/com/codedifferently/lesson7/MohamedObjects/Main/cpuBrands.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
package com.codedifferently.lesson7.MohamedObjects.Main; | ||
|
||
public enum cpuBrands{ | ||
AMD, INTEL, APPLE | ||
} | ||
public enum cpuBrands { | ||
AMD, | ||
INTEL, | ||
APPLE | ||
} |
10 changes: 5 additions & 5 deletions
10
.../objects_app/src/main/java/com/codedifferently/lesson7/MohamedObjects/Main/portTypes.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
package com.codedifferently.lesson7.MohamedObjects.Main; | ||
|
||
public enum portTypes { | ||
VGA, | ||
DVI, | ||
HDMI, | ||
DP | ||
} | ||
VGA, | ||
DVI, | ||
HDMI, | ||
DP | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters