Skip to content

Commit 8f2afa8

Browse files
committed
Fix configuration issues.
1 parent c227af5 commit 8f2afa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
"optional-type"
318318
],
319319
"prerequisites": [
320-
"custom classes",
320+
"custom-classes",
321321
"lists",
322322
"generic-types"
323323
]

exercises/concept/tim-from-marketing-2/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"src/test/java/EmployeeDatabaseTest.java"
1919
],
2020
"exemplar": [
21-
".meta/src/reference/java/EmployeeService.java"
21+
".meta/src/reference/java/EmployeeDatabase.java"
2222
]
2323
},
2424
"icon": "nullability",

0 commit comments

Comments
 (0)