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

Commit eb179fa3 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: I1027bb9b9a2dd830cbdf99f03369e08a464a3279
parents d8cdece7 94801393
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)}.
 *