Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e2651cc authored by Nick Cook's avatar Nick Cook Committed by android-build-merger
Browse files

Merge "docs: Delete duplicate word." into qt-dev am: 54a4bdcc am: 94801393

am: eb179fa3

Change-Id: I835207741811d71e8e5b89405226922f4759c90c
parents 5d8d3f6e eb179fa3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ import java.util.List;

/**
 * Monitors files (using <a href="http://en.wikipedia.org/wiki/Inotify">inotify</a>)
 * to fire an event after files are accessed or changed by by any process on
 * to fire an event after files are accessed or changed by any process on
 * the device (including this one).  FileObserver is an abstract class;
 * subclasses must implement the event handler {@link #onEvent(int, String)}.
 *