Fix checkstyle issues to enforce it
[controller.git] / opendaylight / config / config-manager / src / main / java / org / opendaylight / controller / config / manager / impl / ConfigRegistryImplMXBean.java
index bc8b6a5288379a70aaa04f69040ed9b9df11107c..827646f3347877ccc4e60c7a4bfe2f4bd7283ca4 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
+ * Copyright (c) 2013, 2017 Cisco Systems, Inc. and others.  All rights reserved.
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
@@ -14,10 +14,11 @@ import org.opendaylight.controller.config.api.ConfigRegistry;
  */
 public interface ConfigRegistryImplMXBean extends ConfigRegistry {
     /**
  */
 public interface ConfigRegistryImplMXBean extends ConfigRegistry {
     /**
-     * @return version of last committed transaction that is now used as base
+     * Get the version of last committed transaction that is now used as base
      *         version. Transactions can only be committed if their parent
      *         version matches this value, that means, transaction must be
      *         started after last one has been committed.
      *         version. Transactions can only be committed if their parent
      *         version matches this value, that means, transaction must be
      *         started after last one has been committed.
+     * @return version
      */
     long getVersion();
 
      */
     long getVersion();