mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
8005473: Warnings compiling jaxp
Clean up compiling warnings. Reviewed-by: weijun, chegar, forax
This commit is contained in:
parent
9ee412031f
commit
c04f299d28
4 changed files with 4 additions and 4 deletions
|
@ -333,7 +333,7 @@ class XPathFactoryFinder {
|
|||
providerClass.getDeclaredMethod(
|
||||
"newXPathFactoryNoServiceLoader"
|
||||
);
|
||||
return creationMethod.invoke(null, null);
|
||||
return creationMethod.invoke(null, (Object[])null);
|
||||
} catch (NoSuchMethodException exc) {
|
||||
return null;
|
||||
} catch (Exception exc) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue