Fixed Scaladoc mistake.

This commit is contained in:
takezoe
2013-05-02 02:33:54 +09:00
parent ea4d736931
commit d0716039fe

View File

@@ -169,7 +169,7 @@ object JGitUtil {
* *
* @param git the Git object * @param git the Git object
* @param id the object id * @param id the object id
* @param large if true then returns None for the large file * @param large if false then returns None for the large file
* @return the object or None if object does not exist * @return the object or None if object does not exist
*/ */
def getContent(git: Git, id: ObjectId, large: Boolean): Option[Array[Byte]] = try { def getContent(git: Git, id: ObjectId, large: Boolean): Option[Array[Byte]] = try {