Mercurial > jhg
diff src/org/tmatesoft/hg/repo/HgDataFile.java @ 383:994b5813a925
Few comments
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> | 
|---|---|
| date | Mon, 13 Feb 2012 12:47:24 +0100 | 
| parents | 9517df1ef7ec | 
| children | b015f3918120 | 
line wrap: on
 line diff
--- a/src/org/tmatesoft/hg/repo/HgDataFile.java Fri Feb 10 13:56:24 2012 +0100 +++ b/src/org/tmatesoft/hg/repo/HgDataFile.java Mon Feb 13 12:47:24 2012 +0100 @@ -204,7 +204,7 @@ * * @param fileRevisionIndex - revision local index, non-negative. From predefined constants, {@link HgRepository#TIP} and {@link HgRepository#WORKING_COPY} make sense. * @param sink - * @throws HgDataStreamException FIXME + * @throws HgDataStreamException FIXME EXCEPTIONS * @throws HgInvalidControlFileException if access to revlog index/data entry failed * @throws CancelledException if execution of the operation was cancelled * @throws HgInvalidRevisionException if supplied argument doesn't represent revision index in this revlog
