Skip to content

Commit

Permalink
Note since release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy committed Dec 28, 2021
1 parent 3a6e7fa commit 99f9258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/jsoup/Jsoup.java
Expand Up @@ -159,6 +159,7 @@ public static Document parse(File file, @Nullable String charsetName) throws IOE
@return sane HTML
@throws IOException if the file could not be found or read.
@see #parse(File, String, String) parse(file, charset, baseUri)
@since 1.15.1
*/
public static Document parse(File file) throws IOException {
return DataUtil.load(file, null, file.getAbsolutePath());
Expand Down

0 comments on commit 99f9258

Please sign in to comment.