Skip to content

Commit

Permalink
Make priority splitter public
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Jul 19, 2017
1 parent 5c37afe commit f953287
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ public class DynamicPriority {
private static final String DAS_PREF_EVENTS_PRIORITY = "das_pref_events_priority";

/**
* DynamicPriority splitter to separate different events.
* Priority splitter to separate different events.
*/
private static final String PRIORITY_SPLIT = ",";
public static final String PRIORITY_SPLIT = ",";

/**
* Constant for the call event.
Expand Down

0 comments on commit f953287

Please sign in to comment.