Skip to content

Commit 5d54c36

Browse files
committed
Revert "refactor: change command client method visibility to ease extension"
This reverts commit e1eef36.
1 parent 73f13b7 commit 5d54c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wearossensors/src/main/java/es/uji/geotec/wearossensors/command/CommandClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public void sendStopCommand(Sensor sensor) {
3838
sendCommand("stop-" + sensor.toString().toLowerCase());
3939
}
4040

41-
protected void sendCommand(String commandName, int sensorDelay, int batchSize) {
41+
private void sendCommand(String commandName, int sensorDelay, int batchSize) {
4242
String command = commandFromParameters(commandName, sensorDelay, batchSize);
4343
sendCommand(command);
4444
}

0 commit comments

Comments
 (0)