Skip to content
Snippets Groups Projects
Commit d7f58a7d authored by uhensler's avatar uhensler
Browse files

OO-4207: Make inner class static

parent 237633f0
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ public class ConfigEndDateEvaluator implements EndDateEvaluator { ...@@ -81,7 +81,7 @@ public class ConfigEndDateEvaluator implements EndDateEvaluator {
return fullyAssessed == null || !fullyAssessed.booleanValue(); return fullyAssessed == null || !fullyAssessed.booleanValue();
} }
private class LearningPathServiceSupplier implements Function<CourseNode, Date> { private static final class LearningPathServiceSupplier implements Function<CourseNode, Date> {
private LearningPathService learningPathService; private LearningPathService learningPathService;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment