Skip to content

Commit

Permalink
LPS-123159 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Nov 26, 2020
1 parent d5258f5 commit 5aceff3
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -122,9 +122,8 @@ public String getRedirect(
layoutURL = redirect.substring(0, questionIndex);
}

int friendlyURLSeparatorIndex = -1;

String friendlyURLSeparator = StringPool.BLANK;
int friendlyURLSeparatorIndex = -1;

for (String urlSeparator :
FriendlyURLResolverRegistryUtil.getURLSeparators()) {
Expand Down

0 comments on commit 5aceff3

Please sign in to comment.