Fakultas Ilmu Komputer UI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Weekly Planner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SoftEng Group 3
Weekly Planner
Commits
5883da82
Commit
5883da82
authored
4 years ago
by
Al Taaj Kautsar Supangkat
Browse files
Options
Downloads
Patches
Plain Diff
test commit
parent
d6a46f55
No related branches found
No related tags found
1 merge request
!9
Bagus2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/Softeng/Group3/SiJadwal/actor/TeachingAssistant.java
+1
-1
1 addition, 1 deletion
...java/Softeng/Group3/SiJadwal/actor/TeachingAssistant.java
with
1 addition
and
1 deletion
src/main/java/Softeng/Group3/SiJadwal/actor/TeachingAssistant.java
+
1
−
1
View file @
5883da82
...
@@ -22,7 +22,7 @@ public class TeachingAssistant extends Role {
...
@@ -22,7 +22,7 @@ public class TeachingAssistant extends Role {
private
CourseList
courseList
=
new
CourseList
();
private
CourseList
courseList
=
new
CourseList
();
private
TimetableList
timetableList
=
new
TimetableList
();
private
TimetableList
timetableList
=
new
TimetableList
();
private
AssignmentList
assignmentList
=
new
AssignmentList
();
private
AssignmentList
assignmentList
=
new
AssignmentList
();
// User currentUser = Main.currentUser;
private
String
assignmentName
;
private
String
assignmentName
;
private
Course
assignmentCourse
;
private
Course
assignmentCourse
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment