Fix checkstyle violations in sal-dom-api
[controller.git] / opendaylight / md-sal / sal-dom-api / src / main / java / org / opendaylight / controller / sal / core / api / BrokerService.java
index 7c00c9c2bbae2a1c229ac79d4b483c33f6327238..77622d0e7ade86fdbf980699ef0cb1d1885701e8 100644 (file)
@@ -8,7 +8,6 @@
 package org.opendaylight.controller.sal.core.api;
 
 /**
- *
  * Session-specific instance of the broker functionality.
  *
  * <p>
@@ -19,8 +18,8 @@ package org.opendaylight.controller.sal.core.api;
  *
  * <p>
  * The consumer's (or provider's) instance of specific service could be obtained
- * by invoking {@link org.opendaylight.controller.sal.core.api.Broker.ConsumerSession#getService(Class)} method on session
- * assigned to the consumer.
+ * by invoking {@link org.opendaylight.controller.sal.core.api.Broker.ConsumerSession#getService(Class)}
+ * method on session assigned to the consumer.
  *
  * <p>
  * {@link BrokerService} and {@link Provider} may seem similar, but provider