Fix checkstyle issues to enforce it
[controller.git] / opendaylight / config / config-api / src / main / java / org / opendaylight / controller / config / api / runtime / RuntimeBean.java
index b7ac7733c9b2afa8789c36f9959d599043a9fec3..b4a7ed16b368e94c5efc8975a36ed11f45395720 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,
@@ -8,7 +8,7 @@
 package org.opendaylight.controller.config.api.runtime;
 
 /**
- * Marker interface for all runtime beans
+ * Marker interface for all runtime beans.
  */
 
 public interface RuntimeBean {