Skip to content

Commit

Permalink
beepboop2
Browse files Browse the repository at this point in the history
  • Loading branch information
hamsandvich committed Mar 8, 2024
1 parent b275ad4 commit e149aa4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/migrations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions app/src/main/java/com/example/lab8/CustomList.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ public int getCount(){
}
/**
* this adds a city object to the list
*for the first phase it will be
empty * @param city
*the second phase, you can add the
city * @param city
*/
public void addCity(City city){
cities.add(city);
}


Expand Down

0 comments on commit e149aa4

Please sign in to comment.