Skip to content

Commit

Permalink
0002266: Default initial load order to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Apr 13, 2015
1 parent 50229b5 commit d8cb52f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@ public class TriggerRouter implements Serializable {
/**
* This is the order in which the definitions will be processed.
*/
private int initialLoadOrder;
private int initialLoadOrder = 50;

private String initialLoadSelect;

Expand Down

0 comments on commit d8cb52f

Please sign in to comment.