mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
fix for multiple FavoritesConfig instantiation
This commit is contained in:
parent
1a427f62a8
commit
2ea4cc494b
@ -10,12 +10,14 @@ import java.util.prefs.Preferences;
|
||||
import net.azib.ipscan.feeders.FeederCreator;
|
||||
|
||||
import javax.inject.Inject;
|
||||
import javax.inject.Singleton;
|
||||
|
||||
/**
|
||||
* FavoritesConfig
|
||||
*
|
||||
* @author Anton Keks
|
||||
*/
|
||||
@Singleton
|
||||
public class FavoritesConfig extends NamedListConfig {
|
||||
|
||||
@Inject
|
||||
|
||||
Loading…
Reference in New Issue
Block a user