PackWriter: Fix Javadoc tag for thrown exception in preparePack

Use @throws instead of @param

Change-Id: Ic9419d254c617e60a9b10e49205b11069442eb27
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
This commit is contained in:
David Pursehouse 2016-08-09 10:26:34 +09:00
parent 22f24e7df2
commit 300787b8cf
1 changed files with 1 additions and 1 deletions

View File

@ -740,7 +740,7 @@ public void preparePack(ProgressMonitor countingMonitor,
* Parents of {@code shallow} commits and earlier generations
* will be included in the pack if requested by {@code want}.
* Must not be {@code null}.
* @param IOException
* @throws IOException
* an I/O problem occured while reading objects.
*
* @since 4.5