Fix checkstyle issues to enforce it
[controller.git] / opendaylight / config / config-persister-api / src / main / java / org / opendaylight / controller / config / persist / api / ConfigSnapshotHolder.java
index ba13ebb8f051e65d31c5a663daee15b1034d0134..9c4145ce1a73ba09d92c284d1927346337d1c914 100644 (file)
@@ -12,7 +12,7 @@ import java.util.SortedSet;
 public interface ConfigSnapshotHolder {
 
     /**
-     * Get XML node that should be pushed to netconf's edit-config
+     * Get XML node that should be pushed to netconf's edit-config.
      */
     String getConfigSnapshot();
 
@@ -22,5 +22,4 @@ public interface ConfigSnapshotHolder {
      * If no value is specified, return empty set instead of null
      */
     SortedSet<String> getCapabilities();
-
 }