Skip to content

Commit aaf3bb1

Browse files
authored
update the track status (exercism#1884)
1 parent 52d574b commit aaf3bb1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"slug": "java",
44
"active": true,
55
"status": {
6-
"concept_exercises": false,
7-
"test_runner": false,
8-
"representer": false,
6+
"concept_exercises": true,
7+
"test_runner": true,
8+
"representer": true,
99
"analyzer": false
1010
},
1111
"blurb": "Java is a very widely used Object Oriented programming language. It's safe, simple to use and portable so that you can \"write once, run anywhere\".",

0 commit comments

Comments
 (0)