Skip to content

Commit

Permalink
Updated java quick
Browse files Browse the repository at this point in the history
  • Loading branch information
adambard committed Jul 1, 2013
1 parent 4642a48 commit 832652a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Multi-line comments look like this.
// Import ArrayList class inside of the java.util package
import java.util.ArrayList;
// Import all classes inside of java.lang package
import java.lang.*;
import java.security.*;

// Inside of the learnjava class, is your program's
// starting point. The main method.
Expand Down

0 comments on commit 832652a

Please sign in to comment.