GH-590 Add initial RSocket documentation

This commit is contained in:
Oleg Zhurakousky
2020-12-21 10:26:55 +01:00
parent ad9581d0f3
commit d27dcbb7de
3 changed files with 61 additions and 3 deletions

View File

@@ -469,9 +469,7 @@ public class RSocketAutoConfigurationTests {
@Bean
public Function<String, String> uppercase() {
return v -> {
return v.toUpperCase();
};
return v -> v.toUpperCase();
}
@Bean