Mercurial > hg4j
comparison 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 |
comparison
equal
deleted
inserted
replaced
382:82336b7c54f4 | 383:994b5813a925 |
---|---|
202 | 202 |
203 /** | 203 /** |
204 * | 204 * |
205 * @param fileRevisionIndex - revision local index, non-negative. From predefined constants, {@link HgRepository#TIP} and {@link HgRepository#WORKING_COPY} make sense. | 205 * @param fileRevisionIndex - revision local index, non-negative. From predefined constants, {@link HgRepository#TIP} and {@link HgRepository#WORKING_COPY} make sense. |
206 * @param sink | 206 * @param sink |
207 * @throws HgDataStreamException FIXME | 207 * @throws HgDataStreamException FIXME EXCEPTIONS |
208 * @throws HgInvalidControlFileException if access to revlog index/data entry failed | 208 * @throws HgInvalidControlFileException if access to revlog index/data entry failed |
209 * @throws CancelledException if execution of the operation was cancelled | 209 * @throws CancelledException if execution of the operation was cancelled |
210 * @throws HgInvalidRevisionException if supplied argument doesn't represent revision index in this revlog | 210 * @throws HgInvalidRevisionException if supplied argument doesn't represent revision index in this revlog |
211 */ | 211 */ |
212 public void content(int fileRevisionIndex, ByteChannel sink) throws HgDataStreamException, HgInvalidControlFileException, CancelledException, HgInvalidRevisionException { | 212 public void content(int fileRevisionIndex, ByteChannel sink) throws HgDataStreamException, HgInvalidControlFileException, CancelledException, HgInvalidRevisionException { |