Skip to content

Commit

Permalink
[Misc] Add missing since
Browse files Browse the repository at this point in the history
(cherry picked from commit 13a77d0)
  • Loading branch information
surli committed Jul 31, 2024
1 parent 1617473 commit a3aa7c4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1213,6 +1213,8 @@ public String executeWiki(String wikiContent, Syntax wikiSyntax) throws Exceptio

/**
* @since 16.4.0RC1
* @since 15.10.11
* @since 14.10.22
*/
public String executeWikiPlain(String wikiContent, Syntax wikiSyntax) throws Exception
{
Expand All @@ -1224,6 +1226,8 @@ public String executeWikiPlain(String wikiContent, Syntax wikiSyntax) throws Exc

/**
* @since 16.4.0RC1
* @since 15.10.11
* @since 14.10.22
*/
public String executeWiki(String wikiContent, Syntax wikiSyntax, Map<String, String> queryParameters) throws Exception
{
Expand Down

0 comments on commit a3aa7c4

Please sign in to comment.