Fix checkstyle violations in sal-dom-api
[controller.git] / opendaylight / md-sal / sal-dom-api / src / main / java / org / opendaylight / controller / md / sal / dom / api / DOMEvent.java
index 1e19e19f0aae3c6455379bb37fbc9dcec4318ff5..6022b184dc285fde4a7119f8f8b0680d5f7cf698 100644 (file)
@@ -11,12 +11,12 @@ package org.opendaylight.controller.md.sal.dom.api;
 import java.util.Date;
 
 /**
- * Generic event interface
+ * Generic event interface.
  */
 public interface DOMEvent {
 
     /**
-     * Get the time of the event occurrence
+     * Get the time of the event occurrence.
      *
      * @return the event time
      */