From 1466127aa36ca25ec9cb41d0ef8b41d62e7401c6 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 21 Jul 2013 16:47:55 -0700 Subject: Fixed stuff --- java.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java.html.markdown') 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; } -- cgit v1.2.3