We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f13b7 commit 5d54c36Copy full SHA for 5d54c36
wearossensors/src/main/java/es/uji/geotec/wearossensors/command/CommandClient.java
@@ -38,7 +38,7 @@ public void sendStopCommand(Sensor sensor) {
38
sendCommand("stop-" + sensor.toString().toLowerCase());
39
}
40
41
- protected void sendCommand(String commandName, int sensorDelay, int batchSize) {
+ private void sendCommand(String commandName, int sensorDelay, int batchSize) {
42
String command = commandFromParameters(commandName, sensorDelay, batchSize);
43
sendCommand(command);
44
0 commit comments