diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2023-11-09 08:13:22 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2023-11-09 13:18:17 +0100 |
commit | f324220e8772799ecf2b21cb6084757c0e56953f (patch) | |
tree | f7c297d287929f9b2f9c01ae63e0a968147d63f6 /android | |
parent | aef1b023d5ccd3cf532f98f921734b22e4a027ed (diff) |
android: Drop Robocop comment
Robocop is a tool for UI-testing fore Firefox on Android [1],
but not used for LibreOffice Viewer, so drop the misleading
comment.
[1] https://wiki.mozilla.org/Auto-tools/Projects/Robocop
Change-Id: I270735b2258f18691f60865c683856d58a94bb04
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159199
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'android')
-rw-r--r-- | android/source/src/java/org/mozilla/gecko/gfx/LayerView.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/android/source/src/java/org/mozilla/gecko/gfx/LayerView.java b/android/source/src/java/org/mozilla/gecko/gfx/LayerView.java index 7c2dda766d0a..2e1a897b62e7 100644 --- a/android/source/src/java/org/mozilla/gecko/gfx/LayerView.java +++ b/android/source/src/java/org/mozilla/gecko/gfx/LayerView.java @@ -35,8 +35,6 @@ import org.mozilla.gecko.OnSlideSwipeListener; * * This view delegates to LayerRenderer to actually do the drawing. Its role is largely that of a * mediator between the LayerRenderer and the LayerController. - * - * Note that LayerView is accessed by Robocop via reflection. */ public class LayerView extends FrameLayout { private static String LOGTAG = LayerView.class.getName(); |