Преглед на файлове

Fix javadoc errors caused by missing tags for declared exceptions

Change-Id: I587aae0ad217ed092f061682ffa66c724f221096
Signed-off-by: Tomasz Zarna <tomasz.zarna@tasktop.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v3.4.0.201405211411-rc1
Tomasz Zarna преди 10 години
родител
ревизия
b13907f086
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3
    0
      org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java

+ 3
- 0
org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java Целия файл

@@ -136,6 +136,7 @@ public class RepoCommand extends GitCommand<RevCommit> {
* @param ref
* The ref (branch/tag/etc.) to read
* @return the sha1 of the remote repository
* @throws GitAPIException
*/
public ObjectId sha1(String uri, String ref) throws GitAPIException;

@@ -149,6 +150,8 @@ public class RepoCommand extends GitCommand<RevCommit> {
* @param path
* The relative path (inside the repo) to the file to read
* @return the file content.
* @throws GitAPIException
* @throws IOException
*/
public byte[] readFile(String uri, String ref, String path)
throws GitAPIException, IOException;

Loading…
Отказ
Запис