Skip to content

Commit

Permalink
add setter for PDP policies.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Apr 26, 2013
1 parent 213290f commit 0a4dfd3
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -39,4 +39,7 @@ public StrategyHint evaluatePolicies(Node n) {
}


public void setPolicies(List<Policy> policies) {
this.policies = policies;
}
}

0 comments on commit 0a4dfd3

Please sign in to comment.