Skip to content

Commit f30bf25

Browse files
beobalMarcus Eriksson
authored andcommitted
[CEP-21] Fix eclipse warning
1 parent 9f0538c commit f30bf25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/org/apache/cassandra/tcm/RemoteProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ private List<InetAddressAndPort> candidates(boolean allowDiscovery)
118118
}
119119

120120
@Override
121-
@SuppressWarnings("resource")
122121
public ClusterMetadata replayAndWait()
123122
{
124123
try
@@ -136,6 +135,7 @@ public ClusterMetadata replayAndWait()
136135
}
137136
}
138137

138+
@SuppressWarnings("resource")
139139
private ClusterMetadata replayAndWaitInternal()
140140
{
141141
Epoch lastConsecutive = log.replayPersisted();

0 commit comments

Comments
 (0)