File tree 2 files changed +6
-5
lines changed
spring-beans/src/main/java/org/springframework/beans/factory/config
spring-webflux/src/main/java/org/springframework/web/reactive/socket 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2019 the original author or authors.
2
+ * Copyright 2002-2020 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.
@@ -371,7 +371,7 @@ public void initParameterNameDiscovery(@Nullable ParameterNameDiscoverer paramet
371
371
372
372
/**
373
373
* Determine the name of the wrapped parameter/field.
374
- * @return the declared name (may be {@code null})
374
+ * @return the declared name (may be {@code null} if unresolvable )
375
375
*/
376
376
@ Nullable
377
377
public String getDependencyName () {
Original file line number Diff line number Diff line change 26
26
27
27
/**
28
28
* Representation of a WebSocket message.
29
- * <p>See static factory methods in {@link WebSocketSession} for creating messages
30
- * with the {@link org.springframework.core.io.buffer.DataBufferFactory
31
- * DataBufferFactory} for the session.
29
+ *
30
+ * <p>See static factory methods in {@link WebSocketSession} for creating messages with
31
+ * the {@link org.springframework.core.io.buffer. DataBufferFactory} for the session.
32
32
*
33
33
* @author Rossen Stoyanchev
34
34
* @since 5.0
@@ -140,6 +140,7 @@ public String toString() {
140
140
return "WebSocket " + this .type .name () + " message (" + this .payload .readableByteCount () + " bytes)" ;
141
141
}
142
142
143
+
143
144
/**
144
145
* WebSocket message types.
145
146
*/
You can’t perform that action at this time.
0 commit comments