mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
QQQ-7 Fix checkstyle
This commit is contained in:
@ -45,6 +45,6 @@ public class MockFunctionBody implements FunctionBody
|
|||||||
/////////////////////////////////
|
/////////////////////////////////
|
||||||
// mock the "greet" process... //
|
// mock the "greet" process... //
|
||||||
/////////////////////////////////
|
/////////////////////////////////
|
||||||
runFunctionResult.addValue("outputMessage", runFunctionRequest.getValueString("greetingPrefix") + " X " + runFunctionRequest.getValueString("greetingSuffix") );
|
runFunctionResult.addValue("outputMessage", runFunctionRequest.getValueString("greetingPrefix") + " X " + runFunctionRequest.getValueString("greetingSuffix"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user