@ -63,7 +63,7 @@ public class LyricsService {
* @return The lyrics, never <code>null</code> .
*/
public LyricsInfo getLyrics(String artist, String song) {
LyricsInfo lyrics = new LyricsInfo();
try {
artist = StringUtil.urlEncode(artist);
@ -10,6 +10,8 @@
<property name="fileExtensions" value="java, properties, xml"/>
<module name="FileTabCharacter"/>
<module name="TreeWalker">
<module name="AnnotationLocation"/>
<module name="CustomImportOrder">