You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2020/05/06 08:44:25 UTC

[netbeans] branch master updated: Fix typo in default platform value

This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d65d4a  Fix typo in default platform value
     new 04b62f4  Merge pull request #2123 from anthonyvdotbe/anthonyvdotbe-patch-1
6d65d4a is described below

commit 6d65d4a8fd3d62a77e395f3040d24ed778384f0a
Author: Anthony Vanelverdinghe <de...@anthonyv.be>
AuthorDate: Sat May 2 13:31:16 2020 +0200

    Fix typo in default platform value
---
 java/maven/src/org/netbeans/modules/maven/customizer/CompilePanel.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/maven/src/org/netbeans/modules/maven/customizer/CompilePanel.java b/java/maven/src/org/netbeans/modules/maven/customizer/CompilePanel.java
index 5ba47d8..8da6f6a 100644
--- a/java/maven/src/org/netbeans/modules/maven/customizer/CompilePanel.java
+++ b/java/maven/src/org/netbeans/modules/maven/customizer/CompilePanel.java
@@ -250,7 +250,7 @@ public class CompilePanel extends javax.swing.JPanel implements HelpCtx.Provider
         // java platform updater
         ComboBoxUpdater<Union2<JavaPlatform,String>> compleComboBoxUpdater = new ComboBoxUpdater<Union2<JavaPlatform,String>>(comJavaPlatform, lblJavaPlatform) {
             private String modifiedValue;
-            private String DEFAULT_PLATFORM_VALUE = "@@DEFAU:T@@";
+            private String DEFAULT_PLATFORM_VALUE = "@@DEFAULT@@";
             private ModelOperation<POMModel> operation = new ModelOperation<POMModel>() {
 
             @Override


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists