Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the throws annotation seems to be redundant #4

Closed
hkwak opened this issue Oct 24, 2018 · 1 comment
Closed

the throws annotation seems to be redundant #4

hkwak opened this issue Oct 24, 2018 · 1 comment

Comments

@hkwak
Copy link

hkwak commented Oct 24, 2018

* @throws SoapFault

It looks like this getResource method will never throw SoapFault ( which is very good ) because it will be caught in line 57. In only throws the 'Exception' exception, so this annotation can be removed

@pH-7
Copy link
Owner

pH-7 commented Oct 25, 2018

Fixed in #5

@pH-7 pH-7 closed this as completed Oct 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants