Skip to content
Snippets Groups Projects
Commit 1fa8aef0 authored by Florian Heck's avatar Florian Heck
Browse files

Document the correct semantic of the conflict count

parent ca9cf170
No related branches found
No related tags found
1 merge request!5Changes necessary for JDime wrapper script
......@@ -12,7 +12,8 @@ public interface MergeStrategy {
* the left parent of the merge
* @param right
* the right parent of the merge
* @return optionally the number of merge conflicts after the merge, if the merge was successful
* @return optionally the number of files with merge conflicts after the merge, if there was no general error while
* merging
*/
Optional<Integer> merge(Reference left, Reference right);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment