You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by st...@apache.org on 2017/02/23 15:39:40 UTC

svn commit: r1784157 - /geronimo/specs/trunk/geronimo-json_1.1_spec/src/main/java/javax/json/JsonObjectBuilder.java

Author: struberg
Date: Thu Feb 23 15:39:40 2017
New Revision: 1784157

URL: http://svn.apache.org/viewvc?rev=1784157&view=rev
Log:
#6558 improve JsonObjectBuilder docs

Modified:
    geronimo/specs/trunk/geronimo-json_1.1_spec/src/main/java/javax/json/JsonObjectBuilder.java

Modified: geronimo/specs/trunk/geronimo-json_1.1_spec/src/main/java/javax/json/JsonObjectBuilder.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-json_1.1_spec/src/main/java/javax/json/JsonObjectBuilder.java?rev=1784157&r1=1784156&r2=1784157&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-json_1.1_spec/src/main/java/javax/json/JsonObjectBuilder.java (original)
+++ geronimo/specs/trunk/geronimo-json_1.1_spec/src/main/java/javax/json/JsonObjectBuilder.java Thu Feb 23 15:39:40 2017
@@ -24,7 +24,7 @@ import java.math.BigInteger;
  * Instances are not thread safe.
  *
  * Calling any of those methods with either the {@code name} or {@code value} param as {@code null}
- * will result in a {@cod NullPointerException}
+ * will result in a {@code NullPointerException}
  */
 public interface JsonObjectBuilder {
     /**