Skip to content

Commit c7b2205

Browse files
authored
Fix remaining issues for football-match-reports (exercism#2011)
1 parent 1533fa9 commit c7b2205

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

concepts/switch-statement/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "TODO: add blurb for for-loops concept",
2+
"blurb": "Switch statements can switch between various execution paths.",
33
"authors": [
44
"Azumix"
55
],

concepts/switch-statement/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"description": "switch2"
1313
},
1414
{
15-
"url": "https://docs.oracle.com/en/java/javase/13/language/switch-expressions.html",
15+
"url": "https://docs.oracle.com/javase/tutorial/java/nutsandbolts/switch.html",
1616
"description": "oracle-doc"
1717
}
1818
]

config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
"prerequisites": [
197197
"classes"
198198
],
199-
"status": "wip"
199+
"status": "active"
200200
},
201201
{
202202
"slug": "wizards-and-warriors",
@@ -1948,6 +1948,11 @@
19481948
"slug": "strings",
19491949
"name": "Strings"
19501950
},
1951+
{
1952+
"uuid": "eef5df3e-436d-4a1b-b856-0490027d1a1f",
1953+
"slug": "switch-statement",
1954+
"name": "Switch Statements"
1955+
},
19511956
{
19521957
"uuid": "78f3c7b2-cb9c-4d21-8cb4-7106a188f713",
19531958
"slug": "ternary-operators",

0 commit comments

Comments
 (0)