Browse Source

DescribeCommand: Add a missing dots at the end of docs

Ensure the sentences to document fields consistenly end with a dot.

Change-Id: I084899cafe4dea6f2424132dce9f3adca2e20985
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
stable-5.4
Sebastian Schuberth 6 years ago
parent
commit
d9e1653825
  1. 4
      org.eclipse.jgit/src/org/eclipse/jgit/api/DescribeCommand.java

4
org.eclipse.jgit/src/org/eclipse/jgit/api/DescribeCommand.java

@ -102,12 +102,12 @@ public class DescribeCommand extends GitCommand<String> {
private boolean longDesc;
/**
* Pattern matchers to be applied to tags under consideration
* Pattern matchers to be applied to tags under consideration.
*/
private List<IMatcher> matchers = new ArrayList<>();
/**
* Whether to use all tags (incl. lightweight) or not
* Whether to use all tags (incl. lightweight) or not.
*/
private boolean useTags = false;

Loading…
Cancel
Save