We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc48893 commit 44753cfCopy full SHA for 44753cf
gson/src/main/java/com/google/gson/JsonArray.java
@@ -41,7 +41,7 @@
41
* @author Joel Leitch
42
*/
43
public final class JsonArray extends JsonElement implements Iterable<JsonElement> {
44
- /** All elements in this list are nonnull. */
+ /** All elements in this list are non-null. */
45
private final ArrayList<JsonElement> elements;
46
47
@SuppressWarnings({"deprecation", "NonApiType"}) // superclass constructor
0 commit comments