summaryrefslogtreecommitdiff
path: root/src/org/chromium/support_lib_boundary/WebMessagePortBoundaryInterface.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/chromium/support_lib_boundary/WebMessagePortBoundaryInterface.java')
-rw-r--r--src/org/chromium/support_lib_boundary/WebMessagePortBoundaryInterface.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/org/chromium/support_lib_boundary/WebMessagePortBoundaryInterface.java b/src/org/chromium/support_lib_boundary/WebMessagePortBoundaryInterface.java
index e78adcf..95ba756 100644
--- a/src/org/chromium/support_lib_boundary/WebMessagePortBoundaryInterface.java
+++ b/src/org/chromium/support_lib_boundary/WebMessagePortBoundaryInterface.java
@@ -8,9 +8,7 @@ import android.os.Handler;
import java.lang.reflect.InvocationHandler;
-/**
- * Boundary interface for WebMessagePort.
- */
+/** Boundary interface for WebMessagePort. */
public interface WebMessagePortBoundaryInterface {
void postMessage(/* WebMessage */ InvocationHandler message);