]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/PackageDepDlg.java
Added some additional comments in the files, as well as fixed some of them.
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / module / ui / dialog / PackageDepDlg.java
index ec122e6c97e319efe4e6e0a59d48fb642a675e1c..2c7a355cc3823c3f9851cb3c61c8f9577eb8ff44 100644 (file)
@@ -40,7 +40,7 @@ import org.tianocore.frameworkwizard.workspace.WorkspaceTools;
 /**\r
  * The class is used to create, update Package Dependencies section of the MSA file\r
  * \r
- * It extends IDialog\r
+ * It extends IDialog\r
  * \r
  */\r
 public class PackageDepDlg extends IDialog implements ItemListener {\r
@@ -134,11 +134,11 @@ public class PackageDepDlg extends IDialog implements ItemListener {
             jTextFieldPackageVersion.setBounds(new java.awt.Rectangle(168, 37, 320, 20));\r
             jTextFieldPackageVersion.setPreferredSize(new java.awt.Dimension(320, 20));\r
             jTextFieldPackageVersion\r
-              .setToolTipText("<html>If this module depends on a specific version of a package, <br>"\r
-                + "enter the package version here.  <br>"\r
-                + "If the module can use the latest version <br>"\r
-                + "that does not break backward compatibility, <br>"\r
-                + "leave this field blank</html>");\r
+                                    .setToolTipText("<html>If this module depends on a specific version of a package, <br>"\r
+                                                    + "enter the package version here.  <br>"\r
+                                                    + "If the module can use the latest version <br>"\r
+                                                    + "that does not break backward compatibility, <br>"\r
+                                                    + "leave this field blank</html>");\r
         }\r
         return jTextFieldPackageVersion;\r
     }\r