summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam <adam@adambard.com>2013-07-01 09:24:57 -0700
committerAdam <adam@adambard.com>2013-07-01 09:24:57 -0700
commit832652a45762d46804587ce1525f8a26e210055a (patch)
treee80689deb1ea07c752d755dfc7c9c2b6d0220ada
parent4642a4884c077477a2946e724fbfc2d483edc569 (diff)
Updated java quick
-rw-r--r--java.html.markdown2
1 files changed, 1 insertions, 1 deletions
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.