Skip to content

Commit 475329e

Browse files
author
AmiyahJo
committed
chore: remove comments
1 parent dac021b commit 475329e

File tree

1 file changed

+1
-1
lines changed
  • lesson_16/objects/objects_app/src/main/java/com/codedifferently/lesson16/amiyahjones

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import java.util.ArrayList;
22

33
public class JobReadinessLab {
4-
//variables contribute towards success like mentoring session , job prep, social support
54
int mentorSession;
65
String teacherAssistant;
76
String socialSupport;
87
String jobTutor;
98
boolean isSuccessful;
109
ArrayList<String> students;
10+
1111
}
1212

0 commit comments

Comments
 (0)