Skip to content

Commit

Permalink
Make some fields final in MediaTransformer
Browse files Browse the repository at this point in the history
  • Loading branch information
izzytwosheds committed Apr 1, 2022
1 parent 2d4e8cd commit 6ebf400
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ public class MediaTransformer {

private final Context context;

private ExecutorService executorService;
private Looper looper;
private final ExecutorService executorService;
private final Looper looper;

private Map<String, Future<?>> futureMap;
private final Map<String, Future<?>> futureMap;

/**
* Instantiate MediaTransformer. Listener callbacks will be done on main UI thread.
Expand Down

0 comments on commit 6ebf400

Please sign in to comment.