aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/patch/PatchApplier.java
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jgit/src/org/eclipse/jgit/patch/PatchApplier.java')
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/patch/PatchApplier.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/patch/PatchApplier.java b/org.eclipse.jgit/src/org/eclipse/jgit/patch/PatchApplier.java
index 02c066cb24..1edd85421a 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/patch/PatchApplier.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/patch/PatchApplier.java
@@ -196,6 +196,8 @@ public class PatchApplier {
private List<Error> errors = new ArrayList<>();
/**
+ * Get modified paths
+ *
* @return List of modified paths.
*/
public List<String> getPaths() {
@@ -203,6 +205,8 @@ public class PatchApplier {
}
/**
+ * Get tree ID
+ *
* @return The applied tree ID.
*/
public ObjectId getTreeId() {
@@ -210,6 +214,8 @@ public class PatchApplier {
}
/**
+ * Get errors
+ *
* @return Errors occurred while applying the patch.
*
* @since 6.6