]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/About.java
1. Fix bug for wrong Variable name in msa file
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / About.java
index fe97d8ac68a91f6861772454814edfc67a809fa3..95c06b8200ab0812ee93601a8a75315e55fa3cbc 100644 (file)
@@ -35,13 +35,13 @@ import javax.swing.ImageIcon;
 public class About extends IDialog {\r
 \r
     ///\r
-    /// Define class Serial Version UID\r
+    /// Define Class Serial Version UID\r
     ///\r
     private static final long serialVersionUID = 2958136136667310962L;\r
 \r
-    //\r
-    //Define class members\r
-    //\r
+    ///\r
+    /// Define Class Members\r
+    ///\r
     private JPanel jContentPane = null;\r
 \r
     private JLabel jLabel = null;\r
@@ -70,11 +70,6 @@ public class About extends IDialog {
         return jButtonOK;\r
     }\r
 \r
-    public static void main(String[] args) {\r
-        About a = new About();\r
-        a.setVisible(true);\r
-    }\r
-\r
     /**\r
      This is the default constructor\r
      \r