Skip to content

Commit

Permalink
Convert admin client properties to use v2 endpoints. (apache#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
cckellogg authored and merlimat committed Mar 27, 2018
1 parent f258e6e commit 5bd13a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class PropertiesImpl extends BaseResource implements Properties {

public PropertiesImpl(WebTarget web, Authentication auth) {
super(auth);
adminProperties = web.path("/admin/properties");
adminProperties = web.path("/admin/v2/properties");
}

@Override
Expand Down

0 comments on commit 5bd13a0

Please sign in to comment.