瀏覽代碼

Add missing @since tags for new API

Change-Id: I8db29a0313fbc476152cef47f2eaa76954f1e280
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v4.5.0.201609210915-r
Matthias Sohn 7 年之前
父節點
當前提交
ae779f60b7

+ 1
- 0
org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/LfsObject.java 查看文件

@@ -45,6 +45,7 @@ package org.eclipse.jgit.lfs.server;
/**
* LFS object.
*
* @since 4.5
*/
public class LfsObject {
String oid;

+ 6
- 1
org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/LfsProtocolServlet.java 查看文件

@@ -99,11 +99,16 @@ public abstract class LfsProtocolServlet extends HttpServlet {
* @return the large file repository storing large files or null if the
* request is not supported.
* @throws LfsException
* @since 4.5
*/
protected abstract LargeFileRepository getLargeFileRepository(
LfsRequest request, String path) throws LfsException;

/** LFS request. */
/**
* LFS request.
*
* @since 4.5
*/
protected static class LfsRequest {
private String operation;


+ 3
- 0
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/DepthWalk.java 查看文件

@@ -150,6 +150,9 @@ public interface DepthWalk {
return REINTERESTING;
}

/**
* @since 4.5
*/
@Override
public ObjectWalk toObjectWalkWithSameObjects() {
ObjectWalk ow = new ObjectWalk(reader, depth);

Loading…
取消
儲存