-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
1.3
-
generic
-
windows_xp
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2118630 | 5.0 | Kohsuke Kawaguchi | P3 | Resolved | Fixed | b55 |
For compileSchema(Source[]) method, the javadoc says:
For RELAX NG, this method must throw {@link UnsupportedOperationException}.
But it should be:
For RELAX NG, this method must throw
{@link UnsupportedOperationException} if <tt>schemas.length!=1</tt>
###@###.### 2004-05-26
###@###.### 2004-05-26
For RELAX NG, this method must throw {@link UnsupportedOperationException}.
But it should be:
For RELAX NG, this method must throw
{@link UnsupportedOperationException} if <tt>schemas.length!=1</tt>
###@###.### 2004-05-26
###@###.### 2004-05-26
- backported by
-
JDK-2118630 SchemaFactory.compileSchema has incorrect javadoc
- Resolved
-
JDK-2118631 SchemaFactory.compileSchema has incorrect javadoc
- Resolved