Skip to content

Commit 3352eb1

Browse files
committed
DEV-221 DEV-325 refactor boolean for clarity
1 parent e29661f commit 3352eb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ShimmerDriverPC/src/main/java/com/shimmerresearch/tools/bluetooth/BasicShimmerBluetoothManagerPc.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ public BasicShimmerBluetoothManagerPc() {
4747
startGrpc();
4848
}
4949

50-
public BasicShimmerBluetoothManagerPc(boolean isInternalUse) {
51-
if(isInternalUse) {
50+
public BasicShimmerBluetoothManagerPc(boolean startGrpc) {
51+
if(startGrpc) {
5252
startGrpc();
5353
}
5454
}

0 commit comments

Comments
 (0)