fix javadoc warnings

This commit is contained in:
Howard Gao 2015-07-09 19:23:41 +08:00 committed by Clebert Suconic
parent 6be1f1242d
commit 8d1f4fa32a
1 changed files with 0 additions and 8 deletions

View File

@ -63,7 +63,6 @@ import org.slf4j.LoggerFactory;
* number of transport connectors, network connectors and a bunch of properties
* which can be used to configure the broker as its lazily created.
*
* @org.apache.xbean.XBean
*/
public class BrokerService implements Service
{
@ -192,11 +191,6 @@ public class BrokerService implements Service
}
/**
* @throws Exception
* @org.apache .xbean.DestroyMethod
*/
@Override
public void stop() throws Exception
{
@ -254,8 +248,6 @@ public class BrokerService implements Service
* Factory method to create a new broker
*
* @throws Exception
* @throws
* @throws
*/
protected Broker createBroker() throws Exception
{