Remove unnecessary @since tags from non-API classes

Change-Id: I6bed174c062a0785641dc8ad69151bf7e843cdcf
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
This commit is contained in:
David Pursehouse 2018-12-20 20:02:31 +09:00
parent 3e51a078d9
commit e6b4ae2e14
7 changed files with 0 additions and 7 deletions

View File

@ -54,7 +54,6 @@
* lists of strings. The super class treats them as single strings containing
* comma-separated lists.
*
* @since 5.2
*/
public class JGitHostConfigEntry extends HostConfigEntry {

View File

@ -78,7 +78,6 @@
* Therefore, this re-uses the parsing and caching from
* {@link OpenSshConfigFile}.
*
* @since 5.2
*/
public class JGitSshConfig implements HostConfigEntryResolver {

View File

@ -51,7 +51,6 @@
* A {@link FilePasswordProvider} augmented to support repeatedly asking for
* passwords.
*
* @since 5.2
*/
public interface RepeatingFilePasswordProvider extends FilePasswordProvider {

View File

@ -160,7 +160,6 @@ public class GC {
*
* @param e
* the executor to be used for running auto-gc
* @since 4.8
*/
public static void setExecutor(ExecutorService e) {
executor = e;

View File

@ -198,7 +198,6 @@ public final File getDirectory() {
* <p>Getter for the field <code>packDirectory</code>.</p>
*
* @return the location of the <code>pack</code> directory.
* @since 4.10
*/
public final File getPackDirectory() {
return packDirectory;

View File

@ -642,7 +642,6 @@ public void setShallowPack(int depth,
/**
* @param bytes exclude blobs of size greater than this
* @since 5.0
*/
public void setFilterBlobLimit(long bytes) {
filterBlobLimit = bytes;

View File

@ -67,7 +67,6 @@
* This class parses the input want line and holds the results: the actual want
* line and the capabilities.
*
* @since 5.2
*/
public class FirstWant {
private final String line;