removing false statement about classes (#3039)

This commit is contained in:
stanislaslegendre 2018-02-28 08:53:14 +01:00 committed by Pratik Karki
parent 999e0ce3d7
commit 2abfabae15

View File

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