Skip to content

Commit

Permalink
Deleting unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Dec 26, 2024
1 parent 4619189 commit 5eb56d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 40 deletions.
23 changes: 0 additions & 23 deletions src/main/java/org/jas/config/LastFMConfig.java

This file was deleted.

25 changes: 8 additions & 17 deletions src/main/java/org/jas/helper/LastFMAlbumHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,19 @@

package org.jas.helper;

import java.util.Date;
import java.util.Iterator;
import java.util.Collection;
import java.text.SimpleDateFormat;

import org.jas.Auth;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.apache.commons.lang3.StringUtils;
import de.umass.lastfm.Album;

import org.jas.config.LastFMConfig;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import org.jas.Auth;
import org.jas.model.GenreTypes;
import org.springframework.stereotype.Component;

import lombok.extern.slf4j.Slf4j;
import java.text.SimpleDateFormat;
import java.util.Collection;
import java.util.Date;
import java.util.Iterator;

@Slf4j

/**
* @understands A class who gets album information from LastFM
*/

@Component
public class LastFMAlbumHelper {

Expand Down

0 comments on commit 5eb56d3

Please sign in to comment.