Commit 86912e3
authored
Manifest: fix javadoc of method
Method `getSize` doesn't exist, so replace a reference to it in
a documentation comment of method `item()` with `getLength`.
Fix the Javadoc syntax of `{@link ...}`, while we're here.
Originally noticed in the code imported into the openjdk repository:
https://github.com/openjdk/jdk/blob/master/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/signature/Manifest.java#L228-L229item() (#575)1 parent c81b3bc commit 86912e3
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
0 commit comments