Fix CS warnings in sal-clustering-commons and enable enforcement
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / java / org / opendaylight / controller / cluster / datastore / node / utils / serialization / NormalizedNodeSerializationContext.java
index 192070252779d5c49df5c944721d9dfb5783d1a7..d62cc8dc897e102e046cbb1c35052eceb103b5d4 100644 (file)
@@ -10,7 +10,7 @@ package org.opendaylight.controller.cluster.datastore.node.utils.serialization;
 
 /**
  * NormalizedNodeSerializationContext provides methods which help in encoding
- * certain components of a NormalizedNode properly
+ * certain components of a NormalizedNode properly.
  */
 public interface NormalizedNodeSerializationContext {
 }