diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-11-23 23:29:41 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-11-23 23:29:41 +0100 |
commit | c6cfe500b519e7e7b9bfc67ba0af823d3f7a4c92 (patch) | |
tree | 253cc00ab41f98446ceedd4b33a51539efc7e205 /org.eclipse.jgit/src/org/eclipse/jgit/lib | |
parent | 8803718493b3e5271b2acbf7c74d6f200dd65929 (diff) | |
download | jgit-c6cfe500b519e7e7b9bfc67ba0af823d3f7a4c92.tar.gz jgit-c6cfe500b519e7e7b9bfc67ba0af823d3f7a4c92.zip |
Add missing @since tags for new API
Change-Id: I900d745195f58c067fadf209bb92cd3c852c59f4
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/src/org/eclipse/jgit/lib')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/lib/PersonIdent.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/lib/PersonIdent.java b/org.eclipse.jgit/src/org/eclipse/jgit/lib/PersonIdent.java index 0deb542cfd..627ccaa206 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/lib/PersonIdent.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/lib/PersonIdent.java @@ -195,6 +195,7 @@ public class PersonIdent implements Serializable { * @param aName * @param aEmailAddress * @param when + * @since 4.6 */ public PersonIdent(String aName, String aEmailAddress, ProposedTimestamp when) { |