Enable checkstyle FileTabCharacter
This commit is contained in:
@@ -63,7 +63,7 @@ public class LyricsService {
|
|||||||
* @return The lyrics, never <code>null</code> .
|
* @return The lyrics, never <code>null</code> .
|
||||||
*/
|
*/
|
||||||
public LyricsInfo getLyrics(String artist, String song) {
|
public LyricsInfo getLyrics(String artist, String song) {
|
||||||
LyricsInfo lyrics = new LyricsInfo();
|
LyricsInfo lyrics = new LyricsInfo();
|
||||||
try {
|
try {
|
||||||
|
|
||||||
artist = StringUtil.urlEncode(artist);
|
artist = StringUtil.urlEncode(artist);
|
||||||
|
|||||||
@@ -10,6 +10,8 @@
|
|||||||
|
|
||||||
<property name="fileExtensions" value="java, properties, xml"/>
|
<property name="fileExtensions" value="java, properties, xml"/>
|
||||||
|
|
||||||
|
<module name="FileTabCharacter"/>
|
||||||
|
|
||||||
<module name="TreeWalker">
|
<module name="TreeWalker">
|
||||||
<module name="AnnotationLocation"/>
|
<module name="AnnotationLocation"/>
|
||||||
<module name="CustomImportOrder">
|
<module name="CustomImportOrder">
|
||||||
|
|||||||
Reference in New Issue
Block a user