Skip to content

Commit 517cf9f

Browse files
author
TheSnoozer
committed
fix javadoc generation for java 12 / 13
1 parent 47d9cd3 commit 517cf9f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core/src/main/java/pl/project13/core/jgit/DescribeResult.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ public String dirtyMarker() {
175175
* a longer one will be used (which WILL guarantee uniqueness).
176176
* If you need the full commit id, it's always available via {@link DescribeResult#commitObjectId()}.
177177
* </p>
178+
*
179+
* @return The (possibly) "g" prefixed <strong>abbreviated</strong> object id of a commit.
178180
*/
179181
@Nullable
180182
public String prefixedCommitId() {

0 commit comments

Comments
 (0)