Skip to content

Commit a17c4aa

Browse files
committed
ReceivePack: Add missing @SInCE tag for new API method
Change-Id: I3251799d8361666e000ea089798f8d8575b70cd7
1 parent 0821204 commit a17c4aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,6 +1107,7 @@ public long getPackSize() {
11071107
* @return if the client is a shallow repository, the list of edge commits
11081108
* that define the client's shallow boundary. Empty set if the
11091109
* client is earlier than Git 1.9, or is a full clone.
1110+
* @since 7.7
11101111
*/
11111112
protected Set<ObjectId> getClientShallowCommits() {
11121113
return clientShallowCommits;

0 commit comments

Comments
 (0)