summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/MainThreadExecutor.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher3/MainThreadExecutor.java')
-rw-r--r--src/com/android/launcher3/MainThreadExecutor.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/launcher3/MainThreadExecutor.java b/src/com/android/launcher3/MainThreadExecutor.java
index 4ca0a59d8..509468233 100644
--- a/src/com/android/launcher3/MainThreadExecutor.java
+++ b/src/com/android/launcher3/MainThreadExecutor.java
@@ -18,14 +18,14 @@ package com.android.launcher3;
import android.os.Looper;
-import com.android.launcher3.util.LooperExecuter;
+import com.android.launcher3.util.LooperExecutor;
/**
* An executor service that executes its tasks on the main thread.
*
* Shutting down this executor is not supported.
*/
-public class MainThreadExecutor extends LooperExecuter {
+public class MainThreadExecutor extends LooperExecutor {
public MainThreadExecutor() {
super(Looper.getMainLooper());