BitmapCalculator: javadoc fixes

Fill out the description of when IOException is thrown.

Also fix a typo in the description for IncorrectObjectTypeException.

Change-Id: I9fafd19d68ddc4fe4e95e8516c2c38484b941a3a
Signed-off-by: Ivan Frade <ifrade@google.com>
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
This commit is contained in:
Ivan Frade 2019-05-23 10:39:31 -07:00 committed by David Pursehouse
parent e57a37e767
commit 82316fc23a
1 changed files with 2 additions and 1 deletions

View File

@ -94,8 +94,9 @@ class BitmapCalculator {
* @throws MissingObjectException
* the supplied id doesn't exist
* @throws IncorrectObjectTypeException
* the supplied id doens't refer to a commit or a tag
* the supplied id doesn't refer to a commit or a tag
* @throws IOException
* if the walk cannot open a packfile or loose object
*/
BitmapBuilder getBitmap(RevCommit start, ProgressMonitor pm)
throws MissingObjectException,