From 25273d056cfd6cf945de10f0b294fb793567d730 Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Sat, 23 Nov 2024 16:15:43 +0100 Subject: [PATCH] Fix outdated Java version in task 11a --- exercises/footnotes/footnotes.code.done.tex | 12 +++++------- exercises/footnotes/footnotes.raw.tex | 2 +- exercises/footnotes/task.tex | 6 ++---- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/exercises/footnotes/footnotes.code.done.tex b/exercises/footnotes/footnotes.code.done.tex index 4e8ad08..14a4ce4 100644 --- a/exercises/footnotes/footnotes.code.done.tex +++ b/exercises/footnotes/footnotes.code.done.tex @@ -1,7 +1,5 @@ -Java is an object-oriented programming language that appeared in -1995. The most recent version of the programming language is -version 20\footnote{March 2023}. In order to write Java programs, -one needs to install the so-called \emph{Java Development Kit -(JDK)}.\footnote{\url{https://www.oracle.com/java/technologies/javase-downloads.html}} -Java programs can be written independently from the operating -system that one uses. +Java is an object-oriented programming language that appeared in 1995. +The most recent long-term support version of the programming language is Java SE 21 \footnote{released in September 2023}. +In order to write Java programs, one needs to install the so-called \emph{Java Development Kit +(JDK)}\footnote{\url{https://www.oracle.com/java/technologies/javase-downloads.html}}. +Java programs can be written independently from the operating system that one uses. diff --git a/exercises/footnotes/footnotes.raw.tex b/exercises/footnotes/footnotes.raw.tex index 44d7002..ae2d74a 100644 --- a/exercises/footnotes/footnotes.raw.tex +++ b/exercises/footnotes/footnotes.raw.tex @@ -1,3 +1,3 @@ % !TeX root = ../../main-exercises.tex -Java is an object-oriented programming language that appeared in 1995. The most recent version of the programming language is version 20 (March 2023). In order to write Java programs, one needs to install the so-called \emph{Java Development Kit (JDK)}. Java programs can be written independently from the operating system that one uses. \ No newline at end of file +Java is an object-oriented programming language that appeared in 1995. The most recent long-term support version of the programming language is Java SE 21 (released in September 2023). In order to write Java programs, one needs to install the so-called \emph{Java Development Kit (JDK)}. Java programs can be written independently from the operating system that one uses. \ No newline at end of file diff --git a/exercises/footnotes/task.tex b/exercises/footnotes/task.tex index 8872d93..8016e94 100644 --- a/exercises/footnotes/task.tex +++ b/exercises/footnotes/task.tex @@ -2,7 +2,5 @@ \subsection{Inserting footnotes} -Make the text \enquote{March 2023} of the file -\file{exercises/footnotes/footnotes.tex} appear as a footnote instead of in -parentheses. Additionally, insert a clickable URL to the Java Development Kit -as footnote: \\ \texttt{https://www.oracle.com/java/technologies/javase-downloads.html} +Make the text \enquote{released in September 2023} of the file \file{exercises/footnotes/footnotes.tex} appear as a footnote instead of in parentheses. +Additionally, insert a clickable URL to the Java Development Kit as footnote: \\ \texttt{https://www.oracle.com/java/technologies/javase-downloads.html}