Package com.tagtraum.beatunes.inspection
Class MultiLanguageArtistSolution
- java.lang.Object
-
- com.tagtraum.beatunes.inspection.IgnoreIssueSolution<Issue>
-
- com.tagtraum.beatunes.inspection.MultiLanguageArtistSolution
-
public class MultiLanguageArtistSolution extends IgnoreIssueSolution<Issue>
Multi-language artist solution.- Author:
- Hendrik Schreiber
-
-
Constructor Summary
Constructors Constructor Description MultiLanguageArtistSolution(Issue issue, String artist, Set<String> languages)
-
Method Summary
-
Methods inherited from class com.tagtraum.beatunes.inspection.IgnoreIssueSolution
createCallable, getApplication, getClassDescription, getClassId, getDescription, getId, getIssue, getIssueDescriptors, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.tagtraum.beatunes.inspection.Solution
isPreferred
-
-