You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/03/23 09:01:37 UTC

[GitHub] [netbeans] EnricoScantamburlo commented on a change in pull request #2044: Fixed class cast exception when customzing the URLDisplayer

EnricoScantamburlo commented on a change in pull request #2044: Fixed class cast exception when customzing the URLDisplayer
URL: https://github.com/apache/netbeans/pull/2044#discussion_r396297224
 
 

 ##########
 File path: platform/o.n.core/src/org/netbeans/core/NbURLDisplayer.java
 ##########
 @@ -105,6 +105,11 @@ private void warmBrowserUp( boolean externalBrowser ) {
         }
     }
 
+    @Override
+    public void clearCache() {
+        super.clearCache(); //To change body of generated methods, choose Tools | Templates.
+    }
+
 
 Review comment:
   You are right, my change was not uploaded, fixing it right now

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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

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