Fix eclipse/checkstyle warnings
[yangtools.git] / common / concepts / src / main / java / org / opendaylight / yangtools / concepts / Identifiable.java
index 99d6b77197fc81b5ef13850e046b761dea776994..2e1d5c1e89d8b738a62dc6bb2ecae41fd5034689 100644 (file)
@@ -11,7 +11,7 @@ import javax.annotation.Nonnull;
 
 public interface Identifiable<T> {
     /**
-     * Return this objects Identifier
+     * Return this objects Identifier.
      *
      * @return Object's identifier, must not be null.
      */