Skip to content

Commit

Permalink
Remove deprecated internalRuntimeForbidden from AntTask documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
uschindler committed Apr 7, 2020
1 parent b5cba2e commit 19847af
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main/docs/ant-task.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,6 @@ <h2>Parameters</h2>
<td>Fail the build if violations have been found. If this parameter is set to <code>false</code>, then the build will continue even if violations have been found.</td>
</tr>

<tr>
<td>internalRuntimeForbidden</td>
<td><code>boolean</code></td>
<td><code>false</code></td>
<td>Forbids calls to non-portable runtime APIs (like <code>sun.misc.Unsafe</code>). <em>Please note:</em> This enables <code>"jdk-non-portable"</code> bundled signatures for backwards compatibility.<br>
<strong>Deprecated.</strong> Use <a href="bundled-signatures.html">bundled signatures</a> <code>"jdk-non-portable"</code> or <code>"jdk-internal"</code> instead.</td>
</tr>

<tr>
<td>restrictClassFilename</td>
<td><code>boolean</code></td>
Expand Down

0 comments on commit 19847af

Please sign in to comment.