Skip to content

Commit 1cf92e3

Browse files
committed
Removed annotation
1 parent 00bc07d commit 1cf92e3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rxjava-core/src/main/java/rx/operators/OperatorMulticast.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
import rx.subjects.Subject;
2525
import rx.util.functions.Func1;
2626

27-
import javax.annotation.concurrent.GuardedBy;
28-
2927
import static org.mockito.Mockito.*;
3028

3129
public class OperatorMulticast {
@@ -39,7 +37,6 @@ private static class MulticastConnectableObservable<T, R> extends ConnectableObs
3937
private final Observable<T> source;
4038
private final Subject<T, R> subject;
4139

42-
@GuardedBy("lock")
4340
private Subscription subscription;
4441

4542
public MulticastConnectableObservable(Observable<T> source, final Subject<T, R> subject) {

0 commit comments

Comments
 (0)