Skip to content

Commit af61d6a

Browse files
author
AmiyahJo
committed
chore: move strings in one line
1 parent 5607445 commit af61d6a

File tree

1 file changed

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

1 file changed

+2
-4
lines changed

lesson_16/objects/objects_app/src/main/java/com/codedifferently/lesson16/amiyahjones/jobReadinessLab.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44

55
public class JobReadinessLab {
66
int mentorSession;
7-
String teacherAssistant;
8-
String socialSupport;
9-
String jobTutor;
10-
boolean isSuccessful;
7+
String teacherAssistant, socialSupport, jobTutor;
8+
boolean isSuccessful;
119
ArrayList<String> students;
1210
level readinessLevel;
1311

0 commit comments

Comments
 (0)