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 11/*
2- * Copyright 2002-2012 the original author or authors.
2+ * Copyright 2002-2013 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1616
1717package org .springframework .web .util ;
1818
19+ import java .io .Serializable ;
1920import java .io .UnsupportedEncodingException ;
2021import java .net .URI ;
2122import java .util .Arrays ;
3839 * @since 3.1
3940 * @see UriComponentsBuilder
4041 */
41- public abstract class UriComponents {
42+ public abstract class UriComponents implements Serializable {
4243
4344 private static final String DEFAULT_ENCODING = "UTF-8" ;
4445
You can’t perform that action at this time.
0 commit comments