commit | 3032af15c096bd7bdb276027d097569579078c70 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Tue Aug 30 13:16:03 2016 -0700 |
committer | Ray Milkey <ray@onlab.us> | Tue Aug 30 13:17:03 2016 -0700 |
tree | d054d26a437cf405cd9969656127b76bcd694ef5 | |
parent | ba82c0de1e18092f8d2b5ed18b2729a3865ec575 [diff] |
Fix javadoc syntax error - @throw -> @throws Change-Id: I91853be5b1a73d460425221439f011a28fd2c5cd
diff --git a/core/api/src/main/java/org/onosproject/store/service/ConsistentTreeMapBuilder.java b/core/api/src/main/java/org/onosproject/store/service/ConsistentTreeMapBuilder.java index bb343da..2292892 100644 --- a/core/api/src/main/java/org/onosproject/store/service/ConsistentTreeMapBuilder.java +++ b/core/api/src/main/java/org/onosproject/store/service/ConsistentTreeMapBuilder.java
@@ -54,7 +54,7 @@ * to this builder. * * @return new distributed tree map - * @throw java.lang.RuntimeException if a mandatory parameter is missing + * @throws java.lang.RuntimeException if a mandatory parameter is missing */ public abstract AsyncConsistentTreeMap<V> buildTreeMap();