Skip to content

Commit

Permalink
Merge pull request #15608 from gsmet/reintroduce-RouteBuildItem.Build…
Browse files Browse the repository at this point in the history
…er-public-ctor

Reintroduce RouteBuildItem#Builder() public ctor
  • Loading branch information
gsmet authored Mar 10, 2021
2 parents 386dc4a + f020e07 commit 5df1b6a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,13 @@ public static class Builder {
/**
* Use HttpRootPathBuildItem and NonApplicationRootPathBuildItem to
* ensure paths are constructed/normalized correctly
*
*
* @deprecated
* @see HttpRootPathBuildItem#routeBuilder()
* @see NonApplicationRootPathBuildItem#routeBuilder()
*/
@Deprecated
Builder() {
public Builder() {
}

/**
Expand Down

0 comments on commit 5df1b6a

Please sign in to comment.