Polishing

This commit is contained in:
Juergen Hoeller
2016-03-24 19:57:54 +01:00
parent 46e0484bf8
commit 852212d0c5
3 changed files with 19 additions and 18 deletions

View File

@@ -702,9 +702,9 @@ final class HierarchicalUriComponents extends UriComponents {
public int hashCode() {
return getPath().hashCode();
}
}
/**
* Represents a path backed by a string list (i.e. path segments).
*/
@@ -883,6 +883,7 @@ final class HierarchicalUriComponents extends UriComponents {
}
};
private static class QueryUriTemplateVariables implements UriTemplateVariables {
private final UriTemplateVariables delegate;