Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

James new #14

Merged
merged 6 commits into from
Dec 29, 2017
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/kevin' into kevin
# Conflicts:
#	src/project/Actor.java
  • Loading branch information
bopojoe committed Dec 29, 2017
commit b84dfbc099f1f76af0c8b9d6b2488922aa2b108e
5 changes: 0 additions & 5 deletions src/project/Actor.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ public Actor(String name,int age, String gender, String nationality) {
this.age = age;
this.gender = gender;
this.nationality = nationality;


}


Expand Down Expand Up @@ -56,9 +54,6 @@ public void setNationality(String nationality) {
}





@Override
public String toString() {
String str = "Actor info:[name:"+getName() +", "+"age:"+getAge()+", "+"gender: "+getGender()+", "+"nationality: "+getNationality()+"] \n";
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.