Merge "Add missing @since tags"

This commit is contained in:
Matthias Sohn 2013-07-12 18:09:22 -04:00 committed by Gerrit Code Review @ Eclipse.org
commit 459fd7d4bb
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,7 @@ public boolean isFsckObjects() {
/**
* @return allow clients to request non-advertised tip SHA-1s?
* @since 3.1
*/
public boolean isAllowTipSha1InWant() {
return allowTipSha1InWant;
@ -94,6 +95,7 @@ public boolean isAllowTipSha1InWant() {
/**
* @return {@link RefFilter} respecting configured hidden refs.
* @since 3.1
*/
public RefFilter getRefFilter() {
if (hideRefs.length == 0)