summaryrefslogtreecommitdiff
path: root/src/org/chromium/support_lib_boundary/TracingControllerBoundaryInterface.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/chromium/support_lib_boundary/TracingControllerBoundaryInterface.java')
-rw-r--r--src/org/chromium/support_lib_boundary/TracingControllerBoundaryInterface.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/org/chromium/support_lib_boundary/TracingControllerBoundaryInterface.java b/src/org/chromium/support_lib_boundary/TracingControllerBoundaryInterface.java
index 4f21973..c8606db 100644
--- a/src/org/chromium/support_lib_boundary/TracingControllerBoundaryInterface.java
+++ b/src/org/chromium/support_lib_boundary/TracingControllerBoundaryInterface.java
@@ -8,9 +8,7 @@ import java.io.OutputStream;
import java.util.Collection;
import java.util.concurrent.Executor;
-/**
- * Boundary interface for TracingController.
- */
+/** Boundary interface for TracingController. */
public interface TracingControllerBoundaryInterface {
boolean isTracing();
@@ -18,4 +16,4 @@ public interface TracingControllerBoundaryInterface {
throws IllegalStateException, IllegalArgumentException;
boolean stop(OutputStream outputStream, Executor executor);
-} \ No newline at end of file
+}