upgraded to lates s-c-function and s-c-build
cleaned javadoc errors in some modules
This commit is contained in:
@@ -315,7 +315,7 @@ public class FunctionConfiguration {
|
||||
|
||||
@Override
|
||||
public Object apply(Object input) {
|
||||
if (this.outputMessageEnricher == null) {// to avoid breaking change
|
||||
if (this.outputMessageEnricher == null) { // to avoid breaking change
|
||||
return this.function.apply(input);
|
||||
}
|
||||
return this.function.apply(input, this.outputMessageEnricher);
|
||||
@@ -323,7 +323,7 @@ public class FunctionConfiguration {
|
||||
|
||||
@Override
|
||||
public Object get() {
|
||||
if (this.outputMessageEnricher == null) {// to avoid breaking change
|
||||
if (this.outputMessageEnricher == null) { // to avoid breaking change
|
||||
return this.function.get();
|
||||
}
|
||||
return this.function.get(this.outputMessageEnricher);
|
||||
|
||||
Reference in New Issue
Block a user