Skip to content

Commit 538ff6c

Browse files
committed
Javadoc comment fix
1 parent e9f3f55 commit 538ff6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public abstract class DfuBaseService extends IntentService implements DfuProgres
205205
public static final String EXTRA_PACKET_RECEIPT_NOTIFICATIONS_ENABLED = "no.nordicsemi.android.dfu.extra.EXTRA_PRN_ENABLED";
206206
/**
207207
* This property must contain a positive integer value, usually from range 1-200.
208-
* <p>The default value is {@value DfuServiceInitiator#DEFAULT_PRN_VALUE}. Setting it to 0 will disable the Packet Receipt Notification procedure.
208+
* <p>The default value is {@link DfuServiceInitiator#DEFAULT_PRN_VALUE}. Setting it to 0 will disable the Packet Receipt Notification procedure.
209209
* When sending a firmware using the DFU procedure the service will send this number of packets before waiting for a notification.
210210
* Packet Receipt Notifications are used to synchronize the sender with receiver.
211211
* <p>On Android, calling {@link android.bluetooth.BluetoothGatt#writeCharacteristic(BluetoothGattCharacteristic)}

0 commit comments

Comments
 (0)