fixed various javadoc warnings; downgraded maven-javadoc-plugin to 2.5, as that's the version that gets forced when using Maven 2.1.0 anyway.

This commit is contained in:
Chris Beams
2010-06-01 17:57:29 +00:00
parent 7d6babbacf
commit f6b1d79f0f
12 changed files with 9 additions and 39 deletions

View File

@@ -37,7 +37,6 @@ interface MessageChannelInfo {
/**
* Number of Messages that have caused Exceptions on send.
* @return
*/
long getSendErrorCount();