aboutsummaryrefslogtreecommitdiff
path: root/common/src/com/android/tv/common/ui/setup/OnActionClickListener.java
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/com/android/tv/common/ui/setup/OnActionClickListener.java')
-rw-r--r--common/src/com/android/tv/common/ui/setup/OnActionClickListener.java8
1 files changed, 3 insertions, 5 deletions
diff --git a/common/src/com/android/tv/common/ui/setup/OnActionClickListener.java b/common/src/com/android/tv/common/ui/setup/OnActionClickListener.java
index 392d489f..6f088c0b 100644
--- a/common/src/com/android/tv/common/ui/setup/OnActionClickListener.java
+++ b/common/src/com/android/tv/common/ui/setup/OnActionClickListener.java
@@ -18,14 +18,12 @@ package com.android.tv.common.ui.setup;
import android.os.Bundle;
-/**
- * A listener for the action click.
- */
+/** A listener for the action click. */
public interface OnActionClickListener {
/**
* Called when the action is clicked.
- * <p>
- * The method should return {@code true} if the action is handled, otherwise {@code false}.
+ *
+ * <p>The method should return {@code true} if the action is handled, otherwise {@code false}.
*
* @param category The action category.
* @param id The action id.