diff options
Diffstat (limited to 'plugins/base/src/test/resources')
-rw-r--r-- | plugins/base/src/test/resources/expect/test/out/root/fn.html | 2 | ||||
-rw-r--r-- | plugins/base/src/test/resources/expect/test/out/root/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/base/src/test/resources/expect/test/out/root/fn.html b/plugins/base/src/test/resources/expect/test/out/root/fn.html index cc0ae002..e87d7bc4 100644 --- a/plugins/base/src/test/resources/expect/test/out/root/fn.html +++ b/plugins/base/src/test/resources/expect/test/out/root/fn.html @@ -14,7 +14,7 @@ </div> <div id="content">//<a href="../index.html">root</a>/<a href="index.html"></a>/<a href="fn.html">fn</a> <h1>fn</h1> -public final fun <a href="fn.html">fn</a>() +final fun <a href="fn.html">fn</a>() <h3>Description</h3> Function fn </div> diff --git a/plugins/base/src/test/resources/expect/test/out/root/index.html b/plugins/base/src/test/resources/expect/test/out/root/index.html index 81f2bcc2..25c65b11 100644 --- a/plugins/base/src/test/resources/expect/test/out/root/index.html +++ b/plugins/base/src/test/resources/expect/test/out/root/index.html @@ -20,7 +20,7 @@ <tbody> <tr> <td><a href="fn.html">fn</a></td> - <td>public final fun <a href="fn.html">fn</a>()</td> + <td>final fun <a href="fn.html">fn</a>()</td> <td>Function fn</td> </tr> </tbody> |