Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Dr. Martin Goik
GoikLectures
Commits
6dc1158e
Commit
6dc1158e
authored
Jun 30, 2020
by
Dr. Martin Goik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetics
parent
63589098
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/Sd1/objectsClasses.xml
Doc/Sd1/objectsClasses.xml
+3
-3
No files found.
Doc/Sd1/objectsClasses.xml
View file @
6dc1158e
...
...
@@ -4978,7 +4978,7 @@ public class <link
loop:
</para>
<programlisting
language=
"java"
>
...
public static void while
_s
quareNumbers(final int limit) {
public static void while
S
quareNumbers(final int limit) {
System.out.println("Computing square numbers");
...
while (...) {
...
...
@@ -4993,7 +4993,7 @@ public static void while_squareNumbers(final int limit) {
loop:
</para>
<programlisting
language=
"java"
>
...
public static void
w
hile
_s
quareNumbers(final int limit) {
public static void
doW
hile
S
quareNumbers(final int limit) {
System.out.println("Computing square numbers");
...
do {
...
...
@@ -11733,7 +11733,7 @@ After call: <emphasis role="red">6</emphasis></screen></td>
<title>
Weekly offered lectures
</title>
<programlisting
language=
"java"
>
public class
<link
xlink:href=
"https://gitlab.mi.hdm-stuttgart.de/goik/GoikLectures/tree/master/Doc/Sd1/Ref/ObjectsAndClasses/Enum/Intro/src/main/java/de/hdm_stuttgart/mi/sd1/integer_representation/Lecture.java"
>
Lecture
</link>
{
xlink:href=
"https://gitlab.mi.hdm-stuttgart.de/goik/GoikLectures/tree/master/Doc/Sd1/Ref/ObjectsAndClasses/Enum/Intro/src/main/java/de/hdm_stuttgart/mi/sd1/integer_representation/Lecture.java"
>
Lecture
</link>
{
public final int dayHeld; /* e.g. to be held on Tuesdays */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment