Skip to content

Commit ed70c69

Browse files
committed
List the Koans grades first in the table of project time estimates.
1 parent 21967d5 commit ed70c69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grader/src/main/java/edu/pdx/cs/joy/grader/gradebook/Assignment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ public enum AssignmentType {
2525

2626

2727
public enum ProjectType {
28+
KOANS,
2829
APP_CLASSES,
2930
TEXT_FILE,
3031
PRETTY_PRINT,
31-
KOANS,
3232
XML,
3333
DATABASE,
3434
REST,

0 commit comments

Comments
 (0)