From e5d2150714a7145e539245f305303aa39962df7c Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 1 Jul 2013 11:03:36 -0700 Subject: Change name of java file to be a camelcase class name --- java.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'java.html.markdown') diff --git a/java.html.markdown b/java.html.markdown index 206f9cbe..712233ba 100644 --- a/java.html.markdown +++ b/java.html.markdown @@ -6,7 +6,7 @@ author: Jake Prather author_url: http://github.com/JakeHP -filename: learnjava.java +filename: LearnJava.java --- @@ -24,9 +24,9 @@ import java.util.ArrayList; // Import all classes inside of java.lang package import java.security.*; -// Inside of the learnjava class, is your program's +// Inside of the LearnJava class, is your program's // starting point. The main method. -public class learnjava +public class LearnJava { //main method public static void main (String[] args) -- cgit v1.2.3