Skip to content

Commit

Permalink
Update for priority()
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Oct 11, 2013
1 parent 8d3170f commit dd84583
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,10 @@ private void addSafe(Set<Class<? extends BuildSystemFacet>> result,
throw new RuntimeException(e);
}
}

@Override
public int priority()
{
return 100;
}
}

0 comments on commit dd84583

Please sign in to comment.