This closes #70 fixing javadoc on open wire

This commit is contained in:
Clebert Suconic 2015-07-09 10:41:50 -04:00
commit 1d48a706ca
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
{