Committed by
Gerrit Code Review
minor javadoc fixes
Change-Id: I56edebfecc0fb5d94ddf1c3614d6bf92422c997f
Showing
2 changed files
with
3 additions
and
3 deletions
| ... | @@ -38,7 +38,7 @@ public interface Database extends DatabaseProxy<String, byte[]>, Resource<Databa | ... | @@ -38,7 +38,7 @@ public interface Database extends DatabaseProxy<String, byte[]>, Resource<Databa |
| 38 | * options specified in {@code cluster.conf} will override those in {cluster-defaults.conf}.<p> | 38 | * options specified in {@code cluster.conf} will override those in {cluster-defaults.conf}.<p> |
| 39 | * | 39 | * |
| 40 | * Additionally, the database will be constructed with an database configuration that searches the classpath for | 40 | * Additionally, the database will be constructed with an database configuration that searches the classpath for |
| 41 | - * three configuration files - {@code {name}}, {@code database}, {@code database-defaults}, {@code resource}, and | 41 | + * three configuration files - {@code name}, {@code database}, {@code database-defaults}, {@code resource}, and |
| 42 | * {@code resource-defaults} - in that order. The first resource is a configuration resource with the same name | 42 | * {@code resource-defaults} - in that order. The first resource is a configuration resource with the same name |
| 43 | * as the map resource. If the resource is namespaced - e.g. `databases.my-database.conf` - then resource | 43 | * as the map resource. If the resource is namespaced - e.g. `databases.my-database.conf` - then resource |
| 44 | * configurations will be loaded according to namespaces as well; for example, `databases.conf`. | 44 | * configurations will be loaded according to namespaces as well; for example, `databases.conf`. |
| ... | @@ -54,7 +54,7 @@ public interface Database extends DatabaseProxy<String, byte[]>, Resource<Databa | ... | @@ -54,7 +54,7 @@ public interface Database extends DatabaseProxy<String, byte[]>, Resource<Databa |
| 54 | * Creates a new database.<p> | 54 | * Creates a new database.<p> |
| 55 | * | 55 | * |
| 56 | * The database will be constructed with an database configuration that searches the classpath for | 56 | * The database will be constructed with an database configuration that searches the classpath for |
| 57 | - * three configuration files - {@code {name}}, {@code database}, {@code database-defaults}, {@code resource}, and | 57 | + * three configuration files - {@code name}, {@code database}, {@code database-defaults}, {@code resource}, and |
| 58 | * {@code resource-defaults} - in that order. The first resource is a configuration resource with the same name | 58 | * {@code resource-defaults} - in that order. The first resource is a configuration resource with the same name |
| 59 | * as the database resource. If the resource is namespaced - e.g. `databases.my-database.conf` - then resource | 59 | * as the database resource. If the resource is namespaced - e.g. `databases.my-database.conf` - then resource |
| 60 | * configurations will be loaded according to namespaces as well; for example, `databases.conf`. | 60 | * configurations will be loaded according to namespaces as well; for example, `databases.conf`. | ... | ... |
| ... | @@ -110,8 +110,8 @@ public class PcepErrorVer1 implements PcepError { | ... | @@ -110,8 +110,8 @@ public class PcepErrorVer1 implements PcepError { |
| 110 | /** | 110 | /** |
| 111 | * Parse RP List from the channel buffer. | 111 | * Parse RP List from the channel buffer. |
| 112 | * | 112 | * |
| 113 | - * @throws PcepParseException if mandatory fields are missing | ||
| 114 | * @param cb of type channel buffer | 113 | * @param cb of type channel buffer |
| 114 | + * @throws PcepParseException if mandatory fields are missing | ||
| 115 | */ | 115 | */ |
| 116 | public void parseRPList(ChannelBuffer cb) throws PcepParseException { | 116 | public void parseRPList(ChannelBuffer cb) throws PcepParseException { |
| 117 | byte yObjClass; | 117 | byte yObjClass; | ... | ... |
-
Please register or login to post a comment