Skip to content
Merged
Prev Previous commit
Next Next commit
Fix javadoc
  • Loading branch information
jirikuncar committed Feb 12, 2020
commit e299f8da88b080b98788260d6b4cf08a1fa2cebb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class ServerConfiguration {
public Map<String, ServerVariable> variables;

/**
* @param A URL to the target host.
* @param URL A URL to the target host.
* @param description A describtion of the host designated by the URL.
* @param variables A map between a variable name and its value. The value is used for substitution in the server's URL template.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class ServerConfiguration {
public Map<String, ServerVariable> variables;

/**
* @param A URL to the target host.
* @param URL A URL to the target host.
* @param description A describtion of the host designated by the URL.
* @param variables A map between a variable name and its value. The value is used for substitution in the server's URL template.
*/
Expand Down