diff --git a/library/src/main/java/com/raizlabs/android/dbflow/runtime/FlowContentObserver.java b/library/src/main/java/com/raizlabs/android/dbflow/runtime/FlowContentObserver.java index 96c43fd52..0f9214291 100644 --- a/library/src/main/java/com/raizlabs/android/dbflow/runtime/FlowContentObserver.java +++ b/library/src/main/java/com/raizlabs/android/dbflow/runtime/FlowContentObserver.java @@ -95,7 +95,8 @@ public void setNotifyAllUris(boolean notifyAllUris) { } /** - * Starts a transaction where when it is finished, this class will receive a notification of the changes + * Starts a transaction where when it is finished, this class will receive a notification of all of the changes by + * calling {@link #endTransactionAndNotify()}. Note it may lead to unexpected behavior if called from different threads. */ public void beginTransaction() { if (!isInTransaction) {