Skip to content

Commit

Permalink
Merge pull request #49 from vanniktech/final-everything
Browse files Browse the repository at this point in the history
Make RxBluetooth & BluetoothConnection final.
  • Loading branch information
IvBaranov authored Oct 29, 2018
2 parents 3e96230 + 185a1a0 commit 61b36f6
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 @@ -56,7 +56,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 61b36f6

Please sign in to comment.