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
This commit is contained in:
Pratik K. Patel
2008-07-24 20:43:19 -05:00
parent cdbfe85e5c
commit 31f1c2305e

View File

@@ -1,4 +1,4 @@
class helloclass
class HelloClass
{
public static void main(String args[])
{