Przeglądaj źródła

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 lat temu
rodzic
commit
ae779f60b7

+ 1
- 0
org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/LfsObject.java Wyświetl plik

/** /**
* LFS object. * LFS object.
* *
* @since 4.5
*/ */
public class LfsObject { public class LfsObject {
String oid; String oid;

+ 6
- 1
org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/LfsProtocolServlet.java Wyświetl plik

* @return the large file repository storing large files or null if the * @return the large file repository storing large files or null if the
* request is not supported. * request is not supported.
* @throws LfsException * @throws LfsException
* @since 4.5
*/ */
protected abstract LargeFileRepository getLargeFileRepository( protected abstract LargeFileRepository getLargeFileRepository(
LfsRequest request, String path) throws LfsException; LfsRequest request, String path) throws LfsException;


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



+ 3
- 0
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/DepthWalk.java Wyświetl plik

return REINTERESTING; return REINTERESTING;
} }


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

Ładowanie…
Anuluj
Zapisz