Say explicitly that this method returns null when revstr can't be resolved. Signed-off-by: Marek Zawirski <marek.zawirski@xxxxxxxxx> --- .../src/org/spearce/jgit/lib/Repository.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/org.spearce.jgit/src/org/spearce/jgit/lib/Repository.java b/org.spearce.jgit/src/org/spearce/jgit/lib/Repository.java index 64f93ff..2b43b2c 100644 --- a/org.spearce.jgit/src/org/spearce/jgit/lib/Repository.java +++ b/org.spearce.jgit/src/org/spearce/jgit/lib/Repository.java @@ -524,7 +524,7 @@ public class Repository { * </ul> * * @param revstr A git object references expression - * @return an ObjectId + * @return an ObjectId or null if revstr can't be resolved to any ObjectId * @throws IOException on serious errors */ public ObjectId resolve(final String revstr) throws IOException { -- 1.5.5.3 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html