fix javadoc warnings
This commit is contained in:
parent
6be1f1242d
commit
8d1f4fa32a
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue