GH-590 Add initial RSocket documentation

This commit is contained in:
Oleg Zhurakousky
2020-12-21 10:26:55 +01:00
parent 231e38eb85
commit ab59776fb5
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