summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/asynctask
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-08-19 15:12:44 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2013-08-19 15:12:44 +0200
commitfd5f1fcc0b52f5aefcfcc979a1d7d07e26f9eb76 (patch)
tree0f60af694542c4c6d04d6b49f1847b0b92d93f28 /src/de/danoeh/antennapod/asynctask
parentffd1070270222856873601bc06f6c6257901399a (diff)
downloadAntennaPod-fd5f1fcc0b52f5aefcfcc979a1d7d07e26f9eb76.zip
Reduced number of FindBugs warnings
Diffstat (limited to 'src/de/danoeh/antennapod/asynctask')
-rw-r--r--src/de/danoeh/antennapod/asynctask/ImageLoader.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/danoeh/antennapod/asynctask/ImageLoader.java b/src/de/danoeh/antennapod/asynctask/ImageLoader.java
index fb807f469..45a99e704 100644
--- a/src/de/danoeh/antennapod/asynctask/ImageLoader.java
+++ b/src/de/danoeh/antennapod/asynctask/ImageLoader.java
@@ -77,7 +77,7 @@ public class ImageLoader {
});
}
- public static ImageLoader getInstance() {
+ public static synchronized ImageLoader getInstance() {
if (singleton == null) {
singleton = new ImageLoader();
}