Skip to content

Commit

Permalink
- default to none
Browse files Browse the repository at this point in the history
  • Loading branch information
tkobayas committed Jun 23, 2020
1 parent f235d4e commit 890d009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public interface KieBaseModel {

/**
* Sets the AlphaNodeOrderingOption for this KieBaseModel.
* Default is AlphaNodeOrderingOption.COUNT
* Default is AlphaNodeOrderingOption.NONE
*/
KieBaseModel setAlphaNodeOrdering(AlphaNodeOrderingOption alphaNodeOrderingOption);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* count : Reorder alpha nodes based on usage count
* none : Leave alpha node order as written in rules
*
* DEFAULT = count
* DEFAULT = none
*/
public enum AlphaNodeOrderingOption implements SingleValueKieBaseOption {

Expand Down

0 comments on commit 890d009

Please sign in to comment.