File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
spring-web/src/main/java/org/springframework/web/service/annotation Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
* Alias for {@link HttpExchange#value}.
41
41
*/
42
42
@ AliasFor (annotation = HttpExchange .class )
43
- String [] value () default {} ;
43
+ String value () default "" ;
44
44
45
45
/**
46
46
* Alias for {@link HttpExchange#url()}.
47
47
*/
48
48
@ AliasFor (annotation = HttpExchange .class )
49
- String [] url () default {} ;
49
+ String url () default "" ;
50
50
51
51
/**
52
52
* Alias for {@link HttpExchange#contentType()}.
Original file line number Diff line number Diff line change 40
40
* Alias for {@link HttpExchange#value}.
41
41
*/
42
42
@ AliasFor (annotation = HttpExchange .class )
43
- String [] value () default {} ;
43
+ String value () default "" ;
44
44
45
45
/**
46
46
* Alias for {@link HttpExchange#url()}.
47
47
*/
48
48
@ AliasFor (annotation = HttpExchange .class )
49
- String [] url () default {} ;
49
+ String url () default "" ;
50
50
51
51
/**
52
52
* Alias for {@link HttpExchange#contentType()}.
You can’t perform that action at this time.
0 commit comments