Browse Source

Make HierarchicalUriComponents Serializable

(fix apache header copyright dates)

Issue: SPR-10266
pull/231/merge
Phillip Webb 13 years ago
parent
commit
f32ce3a613
  1. 2
      spring-web/src/main/java/org/springframework/web/util/HierarchicalUriComponents.java
  2. 2
      spring-web/src/test/java/org/springframework/web/util/UriComponentsTests.java

2
spring-web/src/main/java/org/springframework/web/util/HierarchicalUriComponents.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2012 the original author or authors.
* Copyright 2002-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
spring-web/src/test/java/org/springframework/web/util/UriComponentsTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2012 the original author or authors.
* Copyright 2002-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Loading…
Cancel
Save