Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit e6b54b2e authored by WINALDO AMADEA HESTU's avatar WINALDO AMADEA HESTU
Browse files

Update Default vacancyStatus Course.java

parent ab5c91b1
Branches main
No related tags found
No related merge requests found
...@@ -7,5 +7,5 @@ import lombok.Setter; ...@@ -7,5 +7,5 @@ import lombok.Setter;
public class Course { public class Course {
private String courseId; private String courseId;
private String courseName; private String courseName;
private boolean vacancyStatus; private boolean vacancyStatus = true;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment