FileContentUtil: Fix 'unexpected tag' javadoc warning

Change-Id: If2a3baf7d8633d438b412c3ddf38dcfcdc7bd552
This commit is contained in:
David Pursehouse
2017-05-08 11:57:49 +09:00
parent 1fc7804c26
commit f409b75223

View File

@@ -75,7 +75,7 @@ public class FileContentUtil {
* @param revstr An {@code ObjectId} specifying the commit.
* @param path A string specifying the filepath.
* @param parent A 1-based parent index to get the content from instead. Null if the content
* should be obtained from {@param revstr} instead.
* should be obtained from {@code revstr} instead.
* @return Content of the file as {@code BinaryResult}.
* @throws ResourceNotFoundException
* @throws IOException