Skip to content

Commit 1187eae

Browse files
committed
"final" class ProcessAndDisplayImageTask
1 parent 2981122 commit 1187eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/com/nostra13/universalimageloader/core/ProcessAndDisplayImageTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
3030
* @since 1.8.0
3131
*/
32-
class ProcessAndDisplayImageTask implements Runnable {
32+
final class ProcessAndDisplayImageTask implements Runnable {
3333

3434
private static final String LOG_POSTPROCESS_IMAGE = "PostProcess image before displaying [%s]";
3535

0 commit comments

Comments
 (0)