Ejemplo n.º 1
0
 private int getPriority(Rule rule) {
   if (rule.getPriority() != null) return rule.getPriority().intValue();
   return (int) (getPriority() - rule.getId());
 }