mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
changed GuardedBy to 'this'
This commit is contained in:
parent
89298eac2a
commit
5cbb2935e7
@ -42,9 +42,9 @@ public final class AutopsyEventPublisher {
|
||||
private static final Logger logger = Logger.getLogger(AutopsyEventPublisher.class.getName());
|
||||
private static final int MAX_REMOTE_EVENT_PUBLISH_TRIES = 1;
|
||||
private final LocalEventPublisher localPublisher; // LocalEventPublisher is thread-safe
|
||||
@GuardedBy("this)")
|
||||
@GuardedBy("this")
|
||||
private RemoteEventPublisher remotePublisher;
|
||||
@GuardedBy("this)")
|
||||
@GuardedBy("this")
|
||||
private String currentChannelName;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user