Make comments easier to read
Change-Id: Ie6399e0bd18f81fd0b3b9df7bbf91764f4315ee9
diff --git a/src/com/android/telecomm/ThreadUtil.java b/src/com/android/telecomm/ThreadUtil.java
index 3d5a498..35b4c29 100644
--- a/src/com/android/telecomm/ThreadUtil.java
+++ b/src/com/android/telecomm/ThreadUtil.java
@@ -19,8 +19,7 @@
import android.os.Looper;
/**
- * A utility class which helps organize callers' threads. This class cannot be instantiated; callers
- * should use the static methods.
+ * Helper methods to deal with threading related tasks.
*/
public final class ThreadUtil {
private static final String TAG = ThreadUtil.class.getSimpleName();