Removed unused variables in DefaultCommandValues (#1863)

Signed-off-by: hp <hp_ctt@gmail.com>
This commit is contained in:
Helder Pinto
2021-02-01 20:38:06 +00:00
committed by GitHub
parent 39b2c6e7af
commit e1ce061305

View File

@@ -49,8 +49,6 @@ public interface DefaultCommandValues {
Double DEFAULT_MIN_BLOCK_OCCUPANCY_RATIO = 0.8;
Bytes DEFAULT_EXTRA_DATA = Bytes.EMPTY;
long DEFAULT_MAX_REFRESH_DELAY = 3600000;
long DEFAULT_MIN_REFRESH_DELAY = 1;
String PERMISSIONING_CONFIG_LOCATION = "permissions_config.toml";
String MANDATORY_HOST_FORMAT_HELP = "<HOST>";
String MANDATORY_PORT_FORMAT_HELP = "<PORT>";