Fixed visibility

This commit is contained in:
Tristan B. Kildaire 2020-10-17 12:23:20 +02:00
parent 8a67535c85
commit 952ef89c94
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public final class DClient
/** /**
* Receives the head of the notification queue * Receives the head of the notification queue
*/ */
private byte[] awaitNotification() public byte[] awaitNotification()
{ {
/* The received notification */ /* The received notification */
byte[] notification; byte[] notification;