Browse Source

Merge "Add missing @since tags"

stable-3.1
Matthias Sohn 11 years ago committed by Gerrit Code Review @ Eclipse.org
parent
commit
459fd7d4bb
  1. 2
      org.eclipse.jgit/src/org/eclipse/jgit/transport/TransferConfig.java

2
org.eclipse.jgit/src/org/eclipse/jgit/transport/TransferConfig.java

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

Loading…
Cancel
Save