Skip to content

Commit 83021ed

Browse files
committed
chore: made requested changes, deleted redundant classes
1 parent 2431eb5 commit 83021ed

File tree

3 files changed

+2
-31
lines changed

3 files changed

+2
-31
lines changed

lesson_16/objects/objects_app/src/main/java/com/codedifferently/lesson16/KimberleeObject/BrandsArray.java

Lines changed: 0 additions & 16 deletions
This file was deleted.

lesson_16/objects/objects_app/src/main/java/com/codedifferently/lesson16/KimberleeObject/HeadPhones.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ public class HeadPhones {
99
private HeadPhoneColor headPhoneColor = HeadPhoneColor.BLACK;
1010
private boolean isWireless = true;
1111
private String brands = "Beats";
12-
boolean isPreferredBrand = BrandUtils.isPreferredBrand(brands);
12+
boolean isPreferredBrand = BrandUtils.isPreferredBrand(brands);
1313
private boolean isConnectedToBluetooth = false;
14-
14+
1515
public enum BoostMode {
1616
BASS_BOOST,
1717
VOCAL_BOOST,
@@ -55,8 +55,6 @@ public void BrandsArray() {
5555
brands[4] = "Juicy";
5656
}
5757

58-
59-
6058
public int getVolume() {
6159
return volume;
6260
}

lesson_16/objects/objects_app/src/main/java/com/codedifferently/lesson16/KimberleeObject/WirelessConnection.java

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)