sdedic commented on code in PR #5535:
URL: https://github.com/apache/netbeans/pull/5535#discussion_r1148781123


##########
extide/gradle/src/org/netbeans/modules/gradle/loaders/ExtensionPropertiesExtractor.java:
##########
@@ -170,7 +171,7 @@ public Collection<String> 
keys(BuildPropertiesSupport.Property container) {
             if (c == null) {
                 return null;
             }
-            return Arrays.asList(c.split(";;")).stream().map(s -> 
s.replaceAll("\\;", ";")).collect(Collectors.toList());
+            return Arrays.asList(c.split(";;")).stream().map(s -> 
s.replaceAll("\\\\;", ";")).collect(Collectors.toList());

Review Comment:
   Apologies, completely forgot about this - fixed in 8f0cfa2c1683



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to