Skip to content

Commit

Permalink
Replace setMetaFlag with setAttribute in manage-tag-provider example
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLargeCactus authored and kevinherron committed Jul 18, 2019
1 parent 4662586 commit 8b5b0ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void setup(GatewayContext context) {
configuration.setAllowTagCustomization(true);
configuration.setPersistTags(false);
configuration.setPersistValues(false);
configuration.setMetaFlag(TagProviderMeta.FLAG_HAS_OPCBROWSE, false);
configuration.setAttribute(TagProviderMeta.FLAG_HAS_OPCBROWSE, false);

ourProvider = context.getTagManager().getOrCreateManagedProvider(configuration);
//Set up the control tag.
Expand Down

0 comments on commit 8b5b0ec

Please sign in to comment.