CommitBuilder: Add missing periods on methods' Javadoc

Change-Id: Ibcf64b23de8534f7831d6e40ee4b0ad2bade74ce
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
This commit is contained in:
David Pursehouse 2019-02-15 16:49:28 +09:00 committed by Matthias Sohn
parent a98906cc80
commit e5c4057467
1 changed files with 5 additions and 5 deletions

View File

@ -116,7 +116,7 @@ public ObjectId getTreeId() {
}
/**
* Set the tree id for this commit object
* Set the tree id for this commit object.
*
* @param id
* the tree identity.
@ -154,7 +154,7 @@ public PersonIdent getCommitter() {
}
/**
* Set the committer and commit time for this object
* Set the committer and commit time for this object.
*
* @param newCommitter
* the committer information. Should not be null.
@ -164,7 +164,7 @@ public void setCommitter(PersonIdent newCommitter) {
}
/**
* Set the GPG signature of this commit
* Set the GPG signature of this commit.
* <p>
* Note, the signature set here will change the payload of the commit, i.e.
* the output of {@link #build()} will include the signature. Thus, the
@ -290,7 +290,7 @@ public void setMessage(String newMessage) {
}
/**
* Set the encoding for the commit information
* Set the encoding for the commit information.
*
* @param encodingName
* the encoding name. See
@ -301,7 +301,7 @@ public void setEncoding(String encodingName) {
}
/**
* Set the encoding for the commit information
* Set the encoding for the commit information.
*
* @param enc
* the encoding to use.