Skip to content

Commit

Permalink
Make RxBluetooth & BluetoothConnection final.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Oct 29, 2018
1 parent 6e7e8fa commit 185a1a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import org.reactivestreams.Subscriber;
import org.reactivestreams.Subscription;

public class BluetoothConnection {
public final class BluetoothConnection {

private static final String TAG = BluetoothConnection.class.getName();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
/**
* Enables clients to listen to bluetooth events using RxJava Observables.
*/
public class RxBluetooth {
public final class RxBluetooth {
private BluetoothAdapter bluetoothAdapter;
private Context context;

Expand Down

0 comments on commit 185a1a0

Please sign in to comment.