We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2981122 commit 1187eaeCopy full SHA for 1187eae
library/src/com/nostra13/universalimageloader/core/ProcessAndDisplayImageTask.java
@@ -29,7 +29,7 @@
29
* @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
30
* @since 1.8.0
31
*/
32
-class ProcessAndDisplayImageTask implements Runnable {
+final class ProcessAndDisplayImageTask implements Runnable {
33
34
private static final String LOG_POSTPROCESS_IMAGE = "PostProcess image before displaying [%s]";
35
0 commit comments