Ray Milkey

Fix javadoc syntax error - @throw -> @throws

Change-Id: I91853be5b1a73d460425221439f011a28fd2c5cd
...@@ -54,7 +54,7 @@ public abstract class ConsistentTreeMapBuilder<V> ...@@ -54,7 +54,7 @@ public abstract class ConsistentTreeMapBuilder<V>
54 * to this builder. 54 * to this builder.
55 * 55 *
56 * @return new distributed tree map 56 * @return new distributed tree map
57 - * @throw java.lang.RuntimeException if a mandatory parameter is missing 57 + * @throws java.lang.RuntimeException if a mandatory parameter is missing
58 */ 58 */
59 public abstract AsyncConsistentTreeMap<V> buildTreeMap(); 59 public abstract AsyncConsistentTreeMap<V> buildTreeMap();
60 60
......