Skip to content

Commit

Permalink
Merge pull request #90 from Adobe-Marketing-Cloud/issue/fixing_intege…
Browse files Browse the repository at this point in the history
…r_property

Fix: Added Integer flag to service property
  • Loading branch information
bpauli committed May 23, 2017
2 parents f945a6d + 85bc94a commit 695e2f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
property = {
Constants.SERVICE_DESCRIPTION + "=Demo to filter incoming requests",
EngineConstants.SLING_FILTER_SCOPE + "=" + EngineConstants.FILTER_SCOPE_REQUEST,
Constants.SERVICE_RANKING + "=-700"
Constants.SERVICE_RANKING + ":Integer=-700"

})
public class LoggingFilter implements Filter {
Expand Down

0 comments on commit 695e2f4

Please sign in to comment.