Skip to content

Commit 2e7f2e8

Browse files
authored
Adjust redirect handling (#1104)
1 parent 62df1f7 commit 2e7f2e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

snd/src/org/labkey/snd/SNDController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ private Map<GWTPropertyDescriptor, Object> getExtraFields(JSONArray jsonExtras)
106106
public static class BeginAction extends SimpleRedirectAction<Object>
107107
{
108108
@Override
109-
public URLHelper getRedirectURL(Object o)
109+
public ActionURL getRedirectURL(Object o)
110110
{
111111
return new ActionURL(NAME, "app", getContainer());
112112
}

0 commit comments

Comments
 (0)