only: docs
This commit is contained in:
parent
fa7d33ac19
commit
5d15135d6b
|
@ -22,6 +22,7 @@ import static com.rusefi.output.GetOutputValueConsumer.wrapSwitchStatement;
|
||||||
/**
|
/**
|
||||||
* Here we generate C++ code for https://github.com/rusefi/rusefi/wiki/Lua-Scripting#getcalibrationname
|
* Here we generate C++ code for https://github.com/rusefi/rusefi/wiki/Lua-Scripting#getcalibrationname
|
||||||
* @see GetOutputValueConsumer
|
* @see GetOutputValueConsumer
|
||||||
|
* @see GetConfigValueConsumerTest
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("StringConcatenationInsideStringBufferAppend")
|
@SuppressWarnings("StringConcatenationInsideStringBufferAppend")
|
||||||
public class GetConfigValueConsumer implements ConfigurationConsumer {
|
public class GetConfigValueConsumer implements ConfigurationConsumer {
|
||||||
|
|
Loading…
Reference in New Issue