Mark cached internet radio sources as a final variable
This commit is contained in:
@@ -37,7 +37,7 @@ public class InternetRadioService {
|
|||||||
/**
|
/**
|
||||||
* A list of cached source URLs for remote playlists.
|
* A list of cached source URLs for remote playlists.
|
||||||
*/
|
*/
|
||||||
private Map<Integer, List<InternetRadioSource>> cachedSources;
|
private final Map<Integer, List<InternetRadioSource>> cachedSources;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generic exception class for playlists.
|
* Generic exception class for playlists.
|
||||||
|
|||||||
Reference in New Issue
Block a user