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 2022/03/11 15:27:39 UTC

[GitHub] [netbeans] mbien commented on a change in pull request #3764: fix enterprise cluster build on JDK 17 + add upstream-JDK build job.

mbien commented on a change in pull request #3764:
URL: https://github.com/apache/netbeans/pull/3764#discussion_r824823017



##########
File path: ide/schema2beans/src/org/netbeans/modules/schema2beansdev/gen/JavaUtil.java
##########
@@ -852,7 +852,7 @@ public static int getOptimialHashMapSize(Object[] keys, int maxSize) {
         int defaultAnswer = keyLength + 1;
         try {
             java.lang.reflect.Field tableField = HashMap.class.getDeclaredField("table");

Review comment:
       i actually wanted to deprecate the method - i forgot, Lets see if it builds, if it does I push again.




-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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