From 4522b0830243fd96f5dc2cadcc4de3696a0b9e28 Mon Sep 17 00:00:00 2001 From: james112358 <041401076@my.central.wa.edu.au> Date: Thu, 27 Mar 2014 15:13:08 +0800 Subject: [PATCH] Update JavaApplication1 --- JavaApplication1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JavaApplication1 b/JavaApplication1 index 7740341..b4cd978 100644 --- a/JavaApplication1 +++ b/JavaApplication1 @@ -5,6 +5,6 @@ public class JavaApplication1 { */ public static void main(String[] args) { // Add your name to the end of the System.out - System.out.println("Nathan, Mitchell, *YOURNAME*"); + System.out.println("Nathan, Mitchell, James, *YOURNAME*"); } }