Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ming zheng
Spring Cloud Function
Commits
72a3c44b
Commit
72a3c44b
authored
5 years ago
by
Oleg Zhurakousky
Browse files
Options
Download
Email Patches
Plain Diff
Upgraded access modifier in FunctionInvocationWrapper
parent
8c335c6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
spring-cloud-function-context/src/main/java/org/springframework/cloud/function/context/catalog/BeanFactoryAwareFunctionRegistry.java
+1
-1
...ion/context/catalog/BeanFactoryAwareFunctionRegistry.java
with
1 addition
and
1 deletion
+1
-1
spring-cloud-function-context/src/main/java/org/springframework/cloud/function/context/catalog/BeanFactoryAwareFunctionRegistry.java
+
1
-
1
View file @
72a3c44b
...
...
@@ -493,7 +493,7 @@ public class BeanFactoryAwareFunctionRegistry
* @return the result
*/
@SuppressWarnings
(
"rawtypes"
)
p
rotected
Object
get
(
Function
<
Message
,
Message
>
enricher
)
{
p
ublic
Object
get
(
Function
<
Message
,
Message
>
enricher
)
{
Object
input
=
FunctionTypeUtils
.
isMono
(
this
.
functionType
)
?
Mono
.
empty
()
:
(
FunctionTypeUtils
.
isMono
(
this
.
functionType
)
?
Flux
.
empty
()
:
null
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment