minor javadoc fixes

Change-Id: I56edebfecc0fb5d94ddf1c3614d6bf92422c997f
diff --git a/core/store/dist/src/main/java/org/onosproject/store/consistent/impl/Database.java b/core/store/dist/src/main/java/org/onosproject/store/consistent/impl/Database.java
index ff3e36a..52a999a 100644
--- a/core/store/dist/src/main/java/org/onosproject/store/consistent/impl/Database.java
+++ b/core/store/dist/src/main/java/org/onosproject/store/consistent/impl/Database.java
@@ -38,7 +38,7 @@
    * options specified in {@code cluster.conf} will override those in {cluster-defaults.conf}.<p>
    *
    * Additionally, the database will be constructed with an database configuration that searches the classpath for
-   * three configuration files - {@code {name}}, {@code database}, {@code database-defaults}, {@code resource}, and
+   * three configuration files - {@code name}, {@code database}, {@code database-defaults}, {@code resource}, and
    * {@code resource-defaults} - in that order. The first resource is a configuration resource with the same name
    * as the map resource. If the resource is namespaced - e.g. `databases.my-database.conf` - then resource
    * configurations will be loaded according to namespaces as well; for example, `databases.conf`.
@@ -54,7 +54,7 @@
    * Creates a new database.<p>
    *
    * The database will be constructed with an database configuration that searches the classpath for
-   * three configuration files - {@code {name}}, {@code database}, {@code database-defaults}, {@code resource}, and
+   * three configuration files - {@code name}, {@code database}, {@code database-defaults}, {@code resource}, and
    * {@code resource-defaults} - in that order. The first resource is a configuration resource with the same name
    * as the database resource. If the resource is namespaced - e.g. `databases.my-database.conf` - then resource
    * configurations will be loaded according to namespaces as well; for example, `databases.conf`.
diff --git a/pcep/pcepio/src/main/java/org/onosproject/pcepio/protocol/ver1/PcepErrorVer1.java b/pcep/pcepio/src/main/java/org/onosproject/pcepio/protocol/ver1/PcepErrorVer1.java
index 847211e..0ea5141 100644
--- a/pcep/pcepio/src/main/java/org/onosproject/pcepio/protocol/ver1/PcepErrorVer1.java
+++ b/pcep/pcepio/src/main/java/org/onosproject/pcepio/protocol/ver1/PcepErrorVer1.java
@@ -110,8 +110,8 @@
     /**
      * Parse RP List from the channel buffer.
      *
-     * @throws PcepParseException if mandatory fields are missing
      * @param cb of type channel buffer
+     * @throws PcepParseException if mandatory fields are missing
      */
     public void parseRPList(ChannelBuffer cb) throws PcepParseException {
         byte yObjClass;