Author: markt Date: Wed May 9 09:43:27 2018 New Revision: 1831240 URL: http://svn.apache.org/viewvc?rev=1831240&view=rev Log: Fix IDE nags
Modified: tomcat/trunk/java/org/apache/catalina/tribes/membership/McastServiceImpl.java Modified: tomcat/trunk/java/org/apache/catalina/tribes/membership/McastServiceImpl.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/tribes/membership/McastServiceImpl.java?rev=1831240&r1=1831239&r2=1831240&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/tribes/membership/McastServiceImpl.java (original) +++ tomcat/trunk/java/org/apache/catalina/tribes/membership/McastServiceImpl.java Wed May 9 09:43:27 2018 @@ -253,6 +253,7 @@ public class McastServiceImpl extends Me * @throws IOException if the service fails to start * @throws IllegalStateException if the service is already started */ + @Override public synchronized void start(int level) throws IOException { boolean valid = false; if ( (level & Channel.MBR_RX_SEQ)==Channel.MBR_RX_SEQ ) { @@ -305,6 +306,7 @@ public class McastServiceImpl extends Me * @return <code>true</code> if the stop is complete * @throws IOException if the service fails to disconnect from the sockets */ + @Override public synchronized boolean stop(int level) throws IOException { boolean valid = false; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org