polishing
This commit is contained in:
parent
10be0ef9e7
commit
1b61f27f5b
|
|
@ -49,14 +49,14 @@ public class UriTemplate implements Serializable {
|
||||||
/** Replaces template variables in the URI template. */
|
/** Replaces template variables in the URI template. */
|
||||||
private static final String DEFAULT_VARIABLE_PATTERN = "(.*)";
|
private static final String DEFAULT_VARIABLE_PATTERN = "(.*)";
|
||||||
|
|
||||||
|
private final UriComponents uriComponents;
|
||||||
|
|
||||||
private final List<String> variableNames;
|
private final List<String> variableNames;
|
||||||
|
|
||||||
private final Pattern matchPattern;
|
private final Pattern matchPattern;
|
||||||
|
|
||||||
private final String uriTemplate;
|
private final String uriTemplate;
|
||||||
|
|
||||||
private final UriComponents uriComponents;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Construct a new {@code UriTemplate} with the given URI String.
|
* Construct a new {@code UriTemplate} with the given URI String.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue