From 84ced89dc3d3163535cb170f4a6da49b60a51c3f Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Sat, 16 Sep 2023 22:14:49 +0200 Subject: [errorprone] Add missing javadoc summary see https://google.github.io/styleguide/javaguide.html#s7.2-summary-fragment Change-Id: Iaf4a6b55d4e4c59b7a2da3451164abb1bb47d4a1 --- org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/TestRepository.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'org.eclipse.jgit.junit/src/org/eclipse/jgit/junit') diff --git a/org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/TestRepository.java b/org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/TestRepository.java index 4b45535477..671abaec95 100644 --- a/org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/TestRepository.java +++ b/org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/TestRepository.java @@ -1035,6 +1035,8 @@ public class TestRepository implements AutoCloseable { } /** + * Create commit builder + * * @return construct a new commit builder that updates this branch. If * the branch already exists, the commit builder will have its * first parent as the current commit and its tree will be -- cgit v1.2.3