Skip to content

Commit

Permalink
Add @param javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tsande16 committed Jul 8, 2024
1 parent 35f496a commit a17245d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ public class UrlBuilder {
/**
* Constructor for the UrlBuilder. Sets environment either profiles or properties using SpringBoot Configuration.
*
* @param environment
* @param environment enables the accessing of configuration properties in the UrlBuilder, such as the api schema,
* api host, and api path.
*/
public UrlBuilder(Environment environment) {
this.environment = environment;
Expand Down

0 comments on commit a17245d

Please sign in to comment.