diff options
author | Adam <adam@adambard.com> | 2013-07-21 16:47:55 -0700 |
---|---|---|
committer | Adam <adam@adambard.com> | 2013-07-21 16:47:55 -0700 |
commit | 1466127aa36ca25ec9cb41d0ef8b41d62e7401c6 (patch) | |
tree | ba377d145f117a843e0a70f21fedfe614da37db3 /java.html.markdown | |
parent | c91488518858a51dca56c95c0dd47f62258251f5 (diff) |
Fixed stuff
Diffstat (limited to 'java.html.markdown')
-rw-r--r-- | java.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java.html.markdown b/java.html.markdown index a6026651..b4531635 100644 --- a/java.html.markdown +++ b/java.html.markdown @@ -343,7 +343,7 @@ class Bicycle { speed -= decrement; } - public void setName(int newName) { + public void setName(String newName) { name = newName; } |