From d22f6fc28740495f3923a5d8839fede03b2be0df Mon Sep 17 00:00:00 2001 From: Jake Prather Date: Mon, 1 Jul 2013 18:08:48 -0500 Subject: typo --- 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 ab69d4b4..f4ab4220 100644 --- a/java.html.markdown +++ b/java.html.markdown @@ -21,7 +21,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 all classes inside of java.security package import java.security.*; // Each .java file contains one public class, with the same name as the file. -- cgit v1.2.3