Fixed Checkstyle violation errors in mdsal-dom-api module
[mdsal.git] / dom / mdsal-dom-api / src / main / java / org / opendaylight / mdsal / dom / api / DOMEvent.java
index 33eb4aa8ee6bfbc20c67bd8f7fe474e3c5566410..285000a87ac614caba72a802babcd57e283e34c6 100644 (file)
@@ -11,12 +11,12 @@ package org.opendaylight.mdsal.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
      */