Skip to content
Snippets Groups Projects
Commit 23061d67 authored by Georg Seibt's avatar Georg Seibt :nerd:
Browse files

renaming

parent 018b2491
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ public class Repository {
* the second {@link Commit}
* @return the merge base or
*/
public Optional<Commit> mergeBase(Commit a, Commit b) {
public Optional<Commit> getMergeBase(Commit a, Commit b) {
if (!(commits.values().contains(a) && commits.values().contains(b))) {
LOG.warning(() -> "Both commits must be part of the repository to get a merge base for them.");
......
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