Skip to content

Commit

Permalink
#269 Modernize handling of java.sql resources towards try-with-resources
Browse files Browse the repository at this point in the history
- removes java.sql boilerplate code from `WikipediaTemplateInfo` and `RevisionApi`
- cures some JavaDoc issues / typos along the path
  • Loading branch information
mawiesne committed Nov 4, 2023
1 parent 6714d10 commit 8219f89
Show file tree
Hide file tree
Showing 6 changed files with 357 additions and 773 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ public Page getDiscussionPage(Page articlePage) throws WikiApiException
* {@link #getDiscussionPage(Page)}.
*
* @param articlePageId
* The id of the page for which to the the discussion archives
* The id of the page for which to fetch the discussion archives
* @return The page object for the discussion page.
* @throws WikiApiException
* If no page or redirect with this title exists or title could not be properly
Expand Down
Loading

0 comments on commit 8219f89

Please sign in to comment.