Polishing

This commit is contained in:
Juergen Hoeller
2017-01-24 00:12:53 +01:00
parent cb242894a9
commit 12973ac702
3 changed files with 73 additions and 72 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2016 the original author or authors.
* Copyright 2002-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -973,7 +973,7 @@ public class StompBrokerRelayMessageHandler extends AbstractBrokerMessageHandler
private static class VoidCallable implements Callable<Void> {
@Override
public Void call() {
public Void call() throws Exception {
return null;
}
}