Skip to content

Commit 7d6a3ec

Browse files
stokitoFlowdalic
andauthored
Update smack-debug/src/main/java/org/jivesoftware/smackx/debugger/EnhancedDebugger.java
Co-authored-by: Florian Schmaus <flo@geekplace.eu>
1 parent 5d66356 commit 7d6a3ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

smack-debug/src/main/java/org/jivesoftware/smackx/debugger/EnhancedDebugger.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,7 @@ private void addReadPacketToTable(final SimpleDateFormat dateFormatter, final To
764764
@Override
765765
public void run() {
766766
// Ensure the table is not null before attempting to access it
767+
var messageTable = messageTable;
767768
if (messagesTable == null) {
768769
return;
769770
}

0 commit comments

Comments
 (0)