mirror of https://github.com/apache/jclouds.git
renamed ignored exception to ignored
This commit is contained in:
parent
1894b093a3
commit
ccc012a688
|
@ -427,14 +427,14 @@ public class ContextBuilder {
|
|||
try {
|
||||
modules
|
||||
.add(new BindApiContextWithWildcardExtendsExplicitAndRawType(HttpApiMetadata.class.cast(apiMetadata)));
|
||||
} catch (IllegalArgumentException e) {
|
||||
} catch (IllegalArgumentException ignored) {
|
||||
|
||||
}
|
||||
} else if (apiMetadata instanceof RestApiMetadata) {
|
||||
try {
|
||||
modules.add(new BindRestContextWithWildcardExtendsExplicitAndRawType(RestApiMetadata.class
|
||||
.cast(apiMetadata)));
|
||||
} catch (IllegalArgumentException e) {
|
||||
} catch (IllegalArgumentException ignored) {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue