File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
spring-web/src/main/java/org/springframework/web/util Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2012 the original author or authors.
2
+ * Copyright 2002-2013 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
16
16
17
17
package org .springframework .web .util ;
18
18
19
+ import java .io .Serializable ;
19
20
import java .io .UnsupportedEncodingException ;
20
21
import java .net .URI ;
21
22
import java .util .Arrays ;
38
39
* @since 3.1
39
40
* @see UriComponentsBuilder
40
41
*/
41
- public abstract class UriComponents {
42
+ public abstract class UriComponents implements Serializable {
42
43
43
44
private static final String DEFAULT_ENCODING = "UTF-8" ;
44
45
You can’t perform that action at this time.
0 commit comments