Skip to content

Commit

Permalink
Fix default implementation of deprecated method detachRoot (#1503) (#…
Browse files Browse the repository at this point in the history
…1504)

Co-authored-by: Guillaume Boucherie <guillaume.boucherie@universign.com>
  • Loading branch information
gboucherie and gboucherie committed Jan 20, 2022
1 parent eb195f2 commit 4c1ded6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -726,7 +726,7 @@ default T appendRoot(String pathToAppend, List<Argument> arguments) {
*/
@Deprecated
default T detachRoot(String pathToDetach) {
return appendRootPath(pathToDetach);
return detachRootPath(pathToDetach);
}

/**
Expand Down

0 comments on commit 4c1ded6

Please sign in to comment.