Skip to content

Commit 66b5121

Browse files
author
Peter Kohout
committed
upgraded grips java.
1 parent 3aa73ed commit 66b5121

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
group = 'io.github.robocup-logistics'
1010
archivesBaseName = "java-sdk"
11-
version = '0.1.14.2'
11+
version = '0.1.14.3'
1212

1313
description = ""
1414

src/main/java/com/rcll/robot/RobotClient.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
@CommonsLog
1313
public class RobotClient {
1414

15-
private boolean robotsStopped;
15+
protected boolean robotsStopped;
1616

17-
private final RobotTaskCreator robotTaskCreator;
18-
private final RobotConnections robotConnections;
17+
protected final RobotTaskCreator robotTaskCreator;
18+
protected final RobotConnections robotConnections;
1919

2020
public RobotClient(RobotTaskCreator robotTaskCreator,
2121
RobotConnections robotConnections) {

0 commit comments

Comments
 (0)