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

Usar multicatch #14

Closed
javatlacati opened this issue Oct 3, 2020 · 1 comment
Closed

Usar multicatch #14

javatlacati opened this issue Oct 3, 2020 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@javatlacati
Copy link
Collaborator

En versiones más recientes de java se permite el multicatch para reducir la cantidad de código repetido como en el caso de:

} catch (IllegalAccessException e) {

@javatlacati javatlacati added enhancement New feature or request good first issue Good for newcomers labels Oct 3, 2020
@javrr-ui
Copy link
Owner

javrr-ui commented Oct 3, 2020 via email

javrr-ui added a commit that referenced this issue Oct 4, 2020
@javrr-ui javrr-ui closed this as completed Oct 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants