Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskleeh committed Aug 23, 2016
1 parent 518a31f commit 13168cf
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,6 @@ private void appendMapKey(StringBuilder buffer, Map map) {
}
appendKeyValue(buffer, map, key, value);
}
if (map.get(UrlMapping.NAMESPACE) == null) {
String namespace = getRequestStateLookupStrategy().getControllerNamespace();
if (GrailsStringUtils.isNotEmpty(namespace)) {
appendCommaIfNotFirst(buffer, first);
appendKeyValue(buffer, map, UrlMapping.NAMESPACE, namespace);
}
}
}
buffer.append(CLOSING_BRACKET);
}
Expand Down

0 comments on commit 13168cf

Please sign in to comment.