Skip to content

Commit

Permalink
Tweak javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy committed Oct 2, 2021
1 parent c8605c9 commit d0ca11a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/jsoup/helper/W3CDom.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class W3CDom {

/**
To get support for XPath versions > 1, set this property to the classname of an alternate XPathFactory
implementation (e.g. {@code net.sf.saxon.xpath.XPathFactoryImpl}).
implementation. (For e.g. {@code net.sf.saxon.xpath.XPathFactoryImpl}).
*/
public static final String XPathFactoryProperty = "javax.xml.xpath.XPathFactory:jsoup";

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jsoup/safety/Whitelist.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
removed in <code>v1.15.1</code>. Until that release, this class acts as a shim to maintain code compatibility
(source and binary).
<p>
For a clear rationale of the removal of this change, please see
For a clear rationale for this change, please see
<a href="https://tools.ietf.org/html/draft-knodel-terminology-04" title="draft-knodel-terminology-04">Terminology,
Power, and Inclusive Language in Internet-Drafts and RFCs</a> */
@Deprecated
Expand Down

0 comments on commit d0ca11a

Please sign in to comment.