From 31f1c2305e2db8d6cb145e2cbbd4e22cc6a371fe Mon Sep 17 00:00:00 2001 From: "Pratik K. Patel" Date: Thu, 24 Jul 2008 20:43:19 -0500 Subject: [PATCH] Fixed class name to comply to Sun's coding conventions Made java class name comply with regular java coding conventions and to the ones the Sun recommends you to use. http://java.sun.com/docs/codeconv/html/CodeConventions.doc8.html --- java.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java.java b/java.java index 3d0111c0..6aaf8128 100644 --- a/java.java +++ b/java.java @@ -1,4 +1,4 @@ -class helloclass +class HelloClass { public static void main(String args[]) {