diff options
author | stanislaslegendre <stanislas.legendre@gmail.com> | 2018-02-28 08:53:14 +0100 |
---|---|---|
committer | Pratik Karki <predatoramigo@gmail.com> | 2018-02-28 13:38:14 +0545 |
commit | 2abfabae15fc8ee0ce2bdd7b61d65ff1c0375cc1 (patch) | |
tree | b606af856144ff242b32493823f644aca103eda7 | |
parent | 999e0ce3d7bdcfdb87a9c0ca7515efce2eff50a2 (diff) |
removing false statement about classes (#3039)
-rw-r--r-- | java.html.markdown | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java.html.markdown b/java.html.markdown index dd875c16..ab2be4a2 100644 --- a/java.html.markdown +++ b/java.html.markdown @@ -44,8 +44,6 @@ import java.util.ArrayList; // Import all classes inside of java.security package import java.security.*; -// Each .java file contains one outer-level public class, with the same name -// as the file. public class LearnJava { // In order to run a java program, it must have a main method as an entry |