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

Change-Id: I8a2aa5bc892412471324f3ec5edfa2aa6d39d62c
This commit is contained in:
Automerger Merge Worker
2019-12-02 23:03:04 +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)}.
*