Merge pull request #82 from Jakehp/patch-2

typo
This commit is contained in:
Adam Bard 2013-07-01 18:23:38 -07:00
commit 1561ad5116

View File

@ -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.