Browse Source

Add missing since tags

Change-Id: I6090b81aa963731af369babbe71b05ac817ee3dc
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v3.4.0.201405281120-rc2
Matthias Sohn 10 years ago
parent
commit
18fdb5684f

+ 2
- 0
org.eclipse.jgit/src/org/eclipse/jgit/api/ArchiveCommand.java View File

@@ -475,6 +475,7 @@ public class ArchiveCommand extends GitCommand<OutputStream> {
* Set an optional parameter path. without an optional path parameter, all
* files and subdirectories of the current working directory are included in
* the archive. If one or more paths are specified, only these are included.
*
* @param paths
* file names (e.g <code>file1.c</code>) or directory names (e.g.
* <code>dir</code> to add <code>dir/file1</code> and
@@ -482,6 +483,7 @@ public class ArchiveCommand extends GitCommand<OutputStream> {
* the directory, recursively. Fileglobs (e.g. *.c) are not yet
* supported.
* @return this
* @since 3.4
*/
public ArchiveCommand setPaths(String... paths) {
this.paths = Arrays.asList(paths);

+ 1
- 0
org.eclipse.jgit/src/org/eclipse/jgit/util/GSSManagerFactory.java View File

@@ -52,6 +52,7 @@ import org.ietf.jgss.GSSManager;
/**
* Factory to detect which GSSManager implementation should be used.
*
* @since 3.4
*/
public abstract class GSSManagerFactory {
/**

Loading…
Cancel
Save