Skip to content

Commit

Permalink
Make ctor public
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkel committed Jan 19, 2012
1 parent ddecdb4 commit af32c8b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,7 +30,7 @@ public static class NotifiedUri {
public final boolean syncToNetwork;
public final ContentObserver observer;

NotifiedUri(Uri uri, ContentObserver observer, boolean syncToNetwork) {
public NotifiedUri(Uri uri, ContentObserver observer, boolean syncToNetwork) {
this.uri = uri;
this.syncToNetwork = syncToNetwork;
this.observer = observer;
Expand Down

0 comments on commit af32c8b

Please sign in to comment.