junichi11 commented on a change in pull request #1528: [NETBEANS-519] Update
jgit
URL: https://github.com/apache/netbeans/pull/1528#discussion_r327349258
##########
File path:
ide/libs.git/src/org/netbeans/libs/git/jgit/commands/CherryPickCommand.java
##########
@@ -426,14 +427,17 @@ protected boolean mergeTreeWalk (TreeWalk treeWalk,
boolean ignoreConflicts)
throws IOException {
boolean ok = true;
boolean hasWorkingTreeIterator = tw.getTreeCount() >
T_FILE;
+ boolean hasAttributeNodeProvider =
treeWalk.getAttributesNodeProvider() != null;
Review comment:
There are TAB spaces.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
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