optimize router label resolver spi.

pull/524/head
Haotian Zhang 3 years ago
parent 53b1572f84
commit 79cb40d96a

@ -44,10 +44,6 @@ import org.springframework.web.server.ServerWebExchange;
*/
public final class ExpressionLabelUtils {
/**
* the prefix of expression.
*/
public static final String LABEL_PREFIX = "${";
/**
* the expression prefix of header label.
*/
@ -88,6 +84,7 @@ public final class ExpressionLabelUtils {
* the suffix of expression.
*/
public static final String LABEL_SUFFIX = "}";
private ExpressionLabelUtils() {
}

Loading…
Cancel
Save