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

Change-Id: I1027bb9b9a2dd830cbdf99f03369e08a464a3279
This commit is contained in:
Automerger Merge Worker
2019-12-02 23:13:37 +00:00

View File

@@ -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)}.
*