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>
This commit is contained in:
Sebastian Schuberth 2019-03-15 15:26:05 +01:00
parent d9d9862402
commit d9e1653825
1 changed files with 2 additions and 2 deletions

View File

@ -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;