mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 04:15:35 +02:00
update IBinary contract to throw IOException on getContents
This commit is contained in:
parent
78ccc6c372
commit
cf9a72a6da
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public interface IBinaryParser extends IAdaptable {
|
||||||
*
|
*
|
||||||
* @return the binary contents.
|
* @return the binary contents.
|
||||||
*/
|
*/
|
||||||
InputStream getContents();
|
InputStream getContents() throws IOException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the binary parser
|
* Return the binary parser
|
||||||
|
|
Loading…
Add table
Reference in a new issue