We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa73ed commit 66b5121Copy full SHA for 66b5121
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
9
group = 'io.github.robocup-logistics'
10
archivesBaseName = "java-sdk"
11
-version = '0.1.14.2'
+version = '0.1.14.3'
12
13
description = ""
14
src/main/java/com/rcll/robot/RobotClient.java
@@ -12,10 +12,10 @@
@CommonsLog
public class RobotClient {
15
- private boolean robotsStopped;
+ protected boolean robotsStopped;
16
17
- private final RobotTaskCreator robotTaskCreator;
18
- private final RobotConnections robotConnections;
+ protected final RobotTaskCreator robotTaskCreator;
+ protected final RobotConnections robotConnections;
19
20
public RobotClient(RobotTaskCreator robotTaskCreator,
21
RobotConnections robotConnections) {
0 commit comments