Skip to content

Commit 614111a

Browse files
committed
Fix buildAppURL params
1 parent 41786ff commit 614111a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/labkey/test/WebTestHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ public static String buildAppURL(String containerPath, String controller, Object
518518
* @return A url string that can be used for navigation.
519519
* @see URLBuilder
520520
*/
521-
public static String buildAppURL(String containerPath, String controllerName, Map<String, Object> params, Object... parts)
521+
public static String buildAppURL(String containerPath, String controllerName, Map<String, ?> params, Object... parts)
522522
{
523523
if (StringUtils.isBlank(containerPath))
524524
{

0 commit comments

Comments
 (0)