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

Commit 5f6bfb89 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

am: 3e2651cc

Change-Id: I8af84201394edd0df408d86cf6ff53814eecd9c1
parents 38710e19 3e2651cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line 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>)
 * 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;
 * the device (including this one).  FileObserver is an abstract class;
 * subclasses must implement the event handler {@link #onEvent(int, String)}.
 * subclasses must implement the event handler {@link #onEvent(int, String)}.
 *
 *