Re: [PATCH] Fix suspicious logic operator usage

2011-10-05 Thread Pid
File a bug, attach the patch to the bug etc... p On 5 October 2011 11:33, Francis Galiegue wrote: > Found by FindBugs. startService() and stopService() both return boolean, so it > is likely that the '&' is a typo and '&&' was meant. > --- >  .../tribes/membership/McastServiceImpl.java        |  

[PATCH] Fix suspicious logic operator usage

2011-10-05 Thread Francis Galiegue
Found by FindBugs. startService() and stopService() both return boolean, so it is likely that the '&' is a typo and '&&' was meant. --- .../tribes/membership/McastServiceImpl.java|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/java/org/apache/catalina/tribes/membe