dbalek commented on code in PR #4040:
URL: https://github.com/apache/netbeans/pull/4040#discussion_r951623554


##########
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/ui/AbstractLspHtmlViewer.java:
##########
@@ -121,11 +118,14 @@ private void load() {
                 notifyClose();
                 return;
             }
-            URL pageUrl = ctx.getPage();
-            Browser.Config c = initial.clone();
+            Browser.Config c = new Browser.Config();

Review Comment:
   Deleted.



##########
platform/api.htmlui/src/org/netbeans/spi/htmlui/HTMLViewerSpi.java:
##########
@@ -190,6 +192,15 @@ public ClassLoader getClassLoader() {
             return loader;
         }
 
+        /** List of resources available to the page.
+         *
+         * @return resources used in the page displayed by the HTML user 
interface
+         * @since 1.25
+         */
+        public URL[] getResources() {

Review Comment:
   Fixed.



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