You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-cloud-function-context/src/main/java/org/springframework/cloud/function/context/catalog/SimpleFunctionRegistry.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -741,7 +741,7 @@ public String toString() {
741
741
* Returns true if this function wrapper represents a composed function.
742
742
* @return true if this function wrapper represents a composed function otherwise false
Copy file name to clipboardExpand all lines: spring-cloud-function-web/src/main/java/org/springframework/cloud/function/web/util/FunctionWebRequestProcessingHelper.java
Copy file name to clipboardExpand all lines: spring-cloud-function-web/src/test/java/org/springframework/cloud/function/web/flux/HttpPostIntegrationTests.java
+23-4Lines changed: 23 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -182,8 +182,6 @@ public void headers() throws Exception {
182
182
ResponseEntity<String> result = this.rest.exchange(RequestEntity
0 commit comments