Skip to content

Commit fa5b71c

Browse files
committed
misc trivial changes
school is in gear - changes from my end will be drastically slowing down
1 parent 7d4c1f1 commit fa5b71c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

ucst-core/src/main/java/com/dvf/ucst/core/faculties/FacultyTreeNode.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import java.util.Set;
1919
import java.util.StringJoiner;
2020
import java.util.function.BiConsumer;
21-
import java.util.function.Consumer;
2221

2322
/**
2423
* A property of a [Course].

ucst-core/src/main/java/com/dvf/ucst/core/spider/CourseWip.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ final CourseSectionWip setProfessorName(String professorName) {
173173
return this;
174174
}
175175

176-
public CourseSectionWip setWaitlist(Boolean waitlist) {
176+
CourseSectionWip setWaitlist(Boolean waitlist) {
177177
isWaitlist = waitlist;
178178
return this;
179179
}

ucst-core/src/test/java/com/dvf/ucst/core/courseutils/CourseSectionBlockTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ void toXml() {
228228

229229

230230
/**
231-
* Tests for the private class [BlockTimeEnclosure]
231+
* Tests for the private class [BlockTimeEnclosure].
232232
*/
233233
@Nested
234234
final class BlockTimeEnclosureTest {

0 commit comments

Comments
 (0)