Skip to content

Commit

Permalink
added comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Grosner committed May 5, 2015
1 parent a349d8e commit e4dfc91
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e4dfc91

Please sign in to comment.