summaryrefslogtreecommitdiff
path: root/java/src/json/ext/Generator.java
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2011-08-29 21:31:33 +0200
committerFlorian Frank <flori@ping.de>2011-08-29 21:31:33 +0200
commit2b5de6d03750b113333eded00177b14f8719042e (patch)
treefeb73b6ed464249ef0f004d68ca5f6053ed5311c /java/src/json/ext/Generator.java
parentfe046d68c5ed88b32b1cf3343babcf367b5cc79f (diff)
parent86bd839402eae91a1703fdfe6e1ae8267f39f030 (diff)
downloadjson-2b5de6d03750b113333eded00177b14f8719042e.tar.gz
Merge branch 'quirks-mode'
Diffstat (limited to 'java/src/json/ext/Generator.java')
-rw-r--r--java/src/json/ext/Generator.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/src/json/ext/Generator.java b/java/src/json/ext/Generator.java
index fbc394f..78dc078 100644
--- a/java/src/json/ext/Generator.java
+++ b/java/src/json/ext/Generator.java
@@ -1,6 +1,6 @@
/*
* This code is copyrighted work by Daniel Luz <dev at mernen dot com>.
- *
+ *
* Distributed under the Ruby and GPLv2 licenses; see COPYING and GPL files
* for details.
*/
@@ -85,11 +85,11 @@ public final class Generator {
/**
* A class that concentrates all the information that is shared by
* generators working on a single session.
- *
+ *
* <p>A session is defined as the process of serializing a single root
* object; any handler directly called by container handlers (arrays and
* hashes/objects) shares this object with its caller.
- *
+ *
* <p>Note that anything called indirectly (via {@link GENERIC_HANDLER})
* won't be part of the session.
*/