]> source.dussan.org Git - jgit.git/commitdiff
CommitBuilder: Add missing periods on methods' Javadoc 76/136976/2
authorDavid Pursehouse <david.pursehouse@gmail.com>
Fri, 15 Feb 2019 07:49:28 +0000 (16:49 +0900)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 17 Feb 2019 23:14:34 +0000 (00:14 +0100)
Change-Id: Ibcf64b23de8534f7831d6e40ee4b0ad2bade74ce
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
org.eclipse.jgit/src/org/eclipse/jgit/lib/CommitBuilder.java

index a30f0425313bfe0d4a1ea20ae0a6cf0a8e90463c..cac97ede4370ec04fc043c4f5cdaede0249ae1da 100644 (file)
@@ -116,7 +116,7 @@ public class CommitBuilder {
        }
 
        /**
-        * 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 class CommitBuilder {
        }
 
        /**
-        * 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 class CommitBuilder {
        }
 
        /**
-        * 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 class CommitBuilder {
        }
 
        /**
-        * 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 class CommitBuilder {
        }
 
        /**
-        * Set the encoding for the commit information
+        * Set the encoding for the commit information.
         *
         * @param enc
         *            the encoding to use.