Browse Source

polishing

pull/7/head
Arjen Poutsma 14 years ago
parent
commit
1b61f27f5b
  1. 4
      org.springframework.web/src/main/java/org/springframework/web/util/UriTemplate.java

4
org.springframework.web/src/main/java/org/springframework/web/util/UriTemplate.java

@ -49,14 +49,14 @@ public class UriTemplate implements Serializable { @@ -49,14 +49,14 @@ public class UriTemplate implements Serializable {
/** Replaces template variables in the URI template. */
private static final String DEFAULT_VARIABLE_PATTERN = "(.*)";
private final UriComponents uriComponents;
private final List<String> variableNames;
private final Pattern matchPattern;
private final String uriTemplate;
private final UriComponents uriComponents;
/**
* Construct a new {@code UriTemplate} with the given URI String.

Loading…
Cancel
Save