Skip to content

Commit b4c59d8

Browse files
committed
oops changed comment spacing
1 parent 44ff252 commit b4c59d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/org/launchcode/java/demos/lsn4school/Student.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ public String studentInfo() {
2929
}
3030

3131

32-
// TODO: Uncomment and complete the getGradeLevel method here:
33-
// public String getGradeLevel() {
34-
// // Determine the grade level of the student based on numberOfCredits
35-
// }
32+
//TODO: Uncomment and complete the getGradeLevel method here:
33+
// public String getGradeLevel() {
34+
// // Determine the grade level of the student based on numberOfCredits
35+
// }
3636

3737
// TODO: Complete the addGrade method.
3838
public void addGrade(int courseCredits, double grade) {

0 commit comments

Comments
 (0)