diff options
Diffstat (limited to 'java/state.sql')
-rw-r--r-- | java/state.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/state.sql b/java/state.sql index 62023e0..51d5dc1 100644 --- a/java/state.sql +++ b/java/state.sql @@ -19,7 +19,7 @@ INSERT INTO `assignments` VALUES ('BankAccountExample', 1, 0, 0, 1), ('ShapeAreaCalculations', 1, 0, 0, 0), ('AbstractShapeCalculations', 1, 0, 0, 0), - ('FamilyExample', 0, 0, 0, 0), + ('ParentWithTwoChildren', 1, 1, 1, 0), ('CuboidCalculations', 0, 0, 0, 0), ('EmployeeDisplay', 1, 0, 0, 0), ('CircularBaseExample', 0, 0, 0, 0), |