Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patmoore committed May 9, 2012
1 parent e5c108d commit 2b5cde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/amplafi/json/IJsonWriter.java
Expand Up @@ -101,7 +101,7 @@ public interface IJsonWriter {
public abstract <K, V> IJsonWriter keyValue(K key, V value);

/**
* @return true if creating an {@link JSONObject} and expecting a value.
* @return true if creating an {@link JSONObject} and expecting a key.
*/
public abstract boolean isInKeyMode();

Expand Down

0 comments on commit 2b5cde3

Please sign in to comment.