Remove unused parameter.

This commit is contained in:
akwizgran
2020-06-05 12:05:21 +01:00
parent ef5b91da89
commit f663bf8667
4 changed files with 4 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ class JavaBluetoothTransportConnection
try {
stream.close();
} finally {
connectionLimiter.connectionClosed(this, exception);
connectionLimiter.connectionClosed(this);
}
}
}