FIx warnings and add javadoc links

This commit is contained in:
David Syer
2010-07-27 12:54:22 +00:00
parent 829d6efc08
commit 47d209d73a
3 changed files with 8 additions and 8 deletions

View File

@@ -185,6 +185,7 @@ public class GatewayInvokingMessageHandlerTests {
}
@SuppressWarnings("serial")
public static class SampleCheckedException extends Exception {
public SampleCheckedException(String message){
super(message);