Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Vehicle/bin/VehicleNoise.class
Binary file not shown.
Binary file added Vehicle/bin/model/Car.class
Binary file not shown.
2 changes: 1 addition & 1 deletion Vehicle/src/model/Example.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public String toString() {
// TODO Auto-generated method stub
return "Example [name=" + name + ", length=" + length + "inches, habitat=" + habitat + "]";
}

//git demo
public String makeNoise() {
return "Example!";
}
Expand Down