remove comment

This commit is contained in:
MajorCrazed
2017-11-06 16:43:02 +01:00
parent 7ffe1b8bae
commit 15fa44c1b1

View File

@@ -3,9 +3,6 @@ package org.briarproject.bramble.api.plugin.event;
import org.briarproject.bramble.api.event.Event;
import org.briarproject.bramble.api.plugin.BluetoothEnableDisableReason;
/**
* force disable stop the bluetooth adapter only when we turned it on
*/
abstract class BluetoothEvent extends Event {
private BluetoothEnableDisableReason selectedReason;