This commit is contained in:
rusefi 2019-08-28 00:18:00 -04:00
parent 2804b31e7e
commit c630feb23c
2 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,10 @@ import java.util.Objects;
import static com.rusefi.ConfigDefinition.EOL;
/**
* Reference to a parameter from configuration
*
*/
public class ConfigRequest extends Request {
//@NotNull
private final String field;

View File

@ -4,6 +4,9 @@ import java.util.Objects;
import static com.rusefi.ConfigDefinition.EOL;
/**
* Static text label
*/
public class TextRequest extends Request {
private final String value;