1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-09-28 15:29:01 +02:00

Fixed stuff

This commit is contained in:
Adam
2013-07-21 16:47:55 -07:00
parent c914885188
commit 1466127aa3
3 changed files with 347 additions and 409 deletions

View File

@@ -343,7 +343,7 @@ class Bicycle {
speed -= decrement;
}
public void setName(int newName) {
public void setName(String newName) {
name = newName;
}