Skip to content

Commit 6e1c5a8

Browse files
committed
Remove outdated deprecation information
1 parent 501a966 commit 6e1c5a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/docs/bundled-signatures.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ <h1>Bundled Signatures Documentation</h1>
4343
<em>Internally this is implemented using heuristics:</em> Any reference to an API that is part of the Java runtime (<tt>rt.jar</tt>, extensions,
4444
Java 9+ <tt>java.*</tt> / <tt>jdk.*</tt> core modules) and is <strong>not</strong> part of the Java SE specification packages
4545
(mainly <tt>java</tt>, <tt>javax</tt>, but also <tt>org.ietf.jgss</tt>, <tt>org.omg</tt>, <tt>org.w3c.dom</tt>, and <tt>org.xml.sax</tt>) is forbidden
46-
(any java version, no specific JDK version, <em>since forbiddenapis v2.1 / replaces deprecated and wrong-named task
47-
setting <tt>internalRuntimeForbidden</tt></em>).</li>
46+
(any java version, no specific JDK version, <em>since forbiddenapis v2.1).</li>
4847

4948
<li><strong><tt>jdk-system-out</tt>:</strong> On server-side applications or libraries used by other programs, printing to
5049
<tt>System.out</tt> or <tt>System.err</tt> is discouraged and should be avoided (any java version, no specific JDK version).</li>

0 commit comments

Comments
 (0)