This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Resolve "Reviewing Badges: Zusätzliche Icons"

Merged Michael Breu requested to merge 397-reviewing-badges-zusatzliche-icons into development
Viewing commit 3d43e771
Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -36,7 +36,7 @@ import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Service;
@Service
@SuppressWarnings({ "PMD.GodClass", "PMD.CognitiveComplexity", "PMD.CyclomaticComplexity", "PMD.NPathComplexity" })
@SuppressWarnings({ "PMD.GodClass", "PMD.CognitiveComplexity", "PMD.CyclomaticComplexity", "PMD.NPathComplexity", "PMD.TooManyMethods" })
public class ExerciseImportService {
private static final String DIFFICULTY = "difficulty";