From 832652a45762d46804587ce1525f8a26e210055a Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 1 Jul 2013 09:24:57 -0700 Subject: Updated java quick --- java.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java.html.markdown') diff --git a/java.html.markdown b/java.html.markdown index 3339b6d1..206f9cbe 100644 --- a/java.html.markdown +++ b/java.html.markdown @@ -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. -- cgit v1.2.3