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 2018/05/07 00:59:25 UTC

[GitHub] ocafebabe commented on a change in pull request #535: [NETBEANS-519] Bump Eclipse JGit dependency to latest version

ocafebabe commented on a change in pull request #535: [NETBEANS-519] Bump Eclipse JGit dependency to latest version
URL: https://github.com/apache/incubator-netbeans/pull/535#discussion_r186309867
 
 

 ##########
 File path: libs.git/src/org/netbeans/libs/git/GitRevisionInfo.java
 ##########
 @@ -207,8 +207,8 @@ private void listFiles() throws GitException {
         } catch (IOException ex) {
             throw new GitException(ex);
         } finally {
-            revWalk.release();
-            walk.release();
+            revWalk.close();
+            walk.close();
 
 Review comment:
   Weird because it compiles just fine on my side! What ant target are you using to run the tests?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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