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 2021/08/05 10:08:40 UTC

[netbeans] branch delivery updated: Fix branding reference to Foojay.io Disco API.

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

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


The following commit(s) were added to refs/heads/delivery by this push:
     new 7705f44  Fix branding reference to Foojay.io Disco API.
     new 9918ceb  Merge pull request #3088 from neilcsmith-net/disco-branding
7705f44 is described below

commit 7705f440aeec6e9b675b80c371478220b14d7182
Author: Neil C Smith <ne...@apache.org>
AuthorDate: Wed Aug 4 15:25:20 2021 +0100

    Fix branding reference to Foojay.io Disco API.
---
 .../src/org/netbeans/modules/java/disco/FoojayPlatformInstall.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/java.disco/src/org/netbeans/modules/java/disco/FoojayPlatformInstall.java b/java/java.disco/src/org/netbeans/modules/java/disco/FoojayPlatformInstall.java
index 070caf9..8270c9f 100644
--- a/java/java.disco/src/org/netbeans/modules/java/disco/FoojayPlatformInstall.java
+++ b/java/java.disco/src/org/netbeans/modules/java/disco/FoojayPlatformInstall.java
@@ -24,7 +24,7 @@ import org.openide.WizardDescriptor.InstantiatingIterator;
 import org.openide.util.NbBundle;
 
 @NbBundle.Messages({
-    "DiscoPlatformInstall.displayName=Download OpenJDK (via foojay Disco API)"
+    "DiscoPlatformInstall.displayName=Download OpenJDK (via Foojay.io Disco API)"
 })
 public class FoojayPlatformInstall extends CustomPlatformInstall {
 

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