mirror of
https://github.com/github/codeql.git
synced 2026-04-24 08:15:14 +02:00
Update Java documentation links to Java 11
Where possible update Java documentation links to Java 11. Additionally update some other links to use HTTPS.
This commit is contained in:
@@ -26,8 +26,8 @@ value cannot be changed subsequently, which can help to avoid defects and increa
|
||||
|
||||
<li>
|
||||
Java Language Specification:
|
||||
<a href="http://docs.oracle.com/javase/specs/jls/se7/html/jls-4.html#jls-4.12.4">4.12.4 final Variables</a>,
|
||||
<a href="http://docs.oracle.com/javase/specs/jls/se7/html/jls-8.html#jls-8.3.1.2">8.3.1.2 final Fields</a>.
|
||||
<a href="https://docs.oracle.com/javase/specs/jls/se11/html/jls-4.html#jls-4.12.4">4.12.4 final Variables</a>,
|
||||
<a href="https://docs.oracle.com/javase/specs/jls/se11/html/jls-8.html#jls-8.3.1.2">8.3.1.2 final Fields</a>.
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user