summaryrefslogtreecommitdiffhomepage
path: root/java.html.markdown
diff options
context:
space:
mode:
authorstanislaslegendre <stanislas.legendre@gmail.com>2018-02-28 08:53:14 +0100
committerPratik Karki <predatoramigo@gmail.com>2018-02-28 13:38:14 +0545
commit2abfabae15fc8ee0ce2bdd7b61d65ff1c0375cc1 (patch)
treeb606af856144ff242b32493823f644aca103eda7 /java.html.markdown
parent999e0ce3d7bdcfdb87a9c0ca7515efce2eff50a2 (diff)
removing false statement about classes (#3039)
Diffstat (limited to 'java.html.markdown')
-rw-r--r--java.html.markdown2
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