Fix ALOTOF Checkstyle violation, and switch over to enforcement.
[ovsdb.git] / library / impl / src / main / java / org / opendaylight / ovsdb / lib / error / SchemaVersionMismatchException.java
index 91fb168673b1ad1b66042b5b027d725f029ffccb..43e9c0780c1a386ea7e82c55f5d575800bac5f30 100644 (file)
@@ -12,7 +12,7 @@ import org.opendaylight.ovsdb.lib.notation.Version;
 
 /**
  * This exception is used when the a table or row is accessed though a typed interface
- * and the version requirements are not met
+ * and the version requirements are not met.
  */
 public class SchemaVersionMismatchException extends RuntimeException {