Skip to content

Commit ebe65db

Browse files
committed
Last warnings removed
1 parent 5296cc5 commit ebe65db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dfu/src/main/java/no/nordicsemi/android/dfu/BaseCustomDfuImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ void handleNotification(final BluetoothGatt gatt, final BluetoothGattCharacteris
273273
}
274274
}
275275

276+
@SuppressWarnings("unused")
276277
protected abstract UUID getControlPointCharacteristicUUID();
277278

278279
protected abstract UUID getPacketCharacteristicUUID();

dfu/src/main/java/no/nordicsemi/android/dfu/FileType.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
DfuBaseService.TYPE_APPLICATION
1010
},
1111
flag = true)
12-
public @interface FileType {
13-
}
12+
public @interface FileType {}
1413

0 commit comments

Comments
 (0)