Skip to content

Commit

Permalink
upgraded grips java.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkohout committed Apr 15, 2023
1 parent 3aa73ed commit 66b5121
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

group = 'io.github.robocup-logistics'
archivesBaseName = "java-sdk"
version = '0.1.14.2'
version = '0.1.14.3'

description = ""

Expand Down
6 changes: 3 additions & 3 deletions src/main/java/com/rcll/robot/RobotClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
@CommonsLog
public class RobotClient {

private boolean robotsStopped;
protected boolean robotsStopped;

private final RobotTaskCreator robotTaskCreator;
private final RobotConnections robotConnections;
protected final RobotTaskCreator robotTaskCreator;
protected final RobotConnections robotConnections;

public RobotClient(RobotTaskCreator robotTaskCreator,
RobotConnections robotConnections) {
Expand Down

0 comments on commit 66b5121

Please sign in to comment.