Typo in AbstractMemberWriter.addModifiers(Element member, Content htmltree) doc
Christoph Dreis
christoph.dreis at freenet.de
Sun Oct 29 15:04:41 UTC 2017
Hi,
Just noticed a small typo in the @param doc for
AbstractMemberWriter.addModifiers(Element member, Content htmltree).
Would be happy if this is sponsored.
Cheers,
Christoph
==== PATCH ====
diff -r 359c604930af
src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/Abst
ractMemberWriter.java
---
a/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/Ab
stractMemberWriter.java Fri Oct 27 09:51:48 2017 -0700
+++
b/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/Ab
stractMemberWriter.java Sun Oct 29 15:56:32 2017 +0100
@@ -229,7 +229,7 @@
* Add the modifier for the member. The modifiers are ordered as
specified
* by <em>The Java Language Specification</em>.
*
- * @param member the member for which teh modifier will be added.
+ * @param member the member for which the modifier will be added.
* @param htmltree the content tree to which the modifier information
will be added.
*/
protected void addModifiers(Element member, Content htmltree) {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/javadoc-dev/attachments/20171029/8ee05b60/attachment.html>
More information about the javadoc-dev
mailing list