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

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

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

Change-Id: I8a2aa5bc892412471324f3ec5edfa2aa6d39d62c
parents 324d5cfb 54a4bdcc
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)}.
 *