Skip to content

Commit

Permalink
– made one static class member public
Browse files Browse the repository at this point in the history
  • Loading branch information
uruba committed Nov 13, 2016
1 parent a186ea0 commit 40948ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public final class TripLoggerContract {

public static final String AUTHORITY = BuildConfig.APPLICATION_ID + ".triplogger";

private static final Uri BASE_CONTENT_URI = new Uri.Builder()
public static final Uri BASE_CONTENT_URI = new Uri.Builder()
.scheme("content")
.authority(AUTHORITY)
.build();
Expand Down

0 comments on commit 40948ec

Please sign in to comment.