Author: cziegeler
Date: Tue Sep 30 00:08:48 2008
New Revision: 700366

URL: http://svn.apache.org/viewvc?rev=700366&view=rev
Log:
Fix comment

Modified:
    
incubator/sling/trunk/servlets/get/src/main/java/org/apache/sling/servlets/get/helpers/JsonResourceWriter.java

Modified: 
incubator/sling/trunk/servlets/get/src/main/java/org/apache/sling/servlets/get/helpers/JsonResourceWriter.java
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/servlets/get/src/main/java/org/apache/sling/servlets/get/helpers/JsonResourceWriter.java?rev=700366&r1=700365&r2=700366&view=diff
==============================================================================
--- 
incubator/sling/trunk/servlets/get/src/main/java/org/apache/sling/servlets/get/helpers/JsonResourceWriter.java
 (original)
+++ 
incubator/sling/trunk/servlets/get/src/main/java/org/apache/sling/servlets/get/helpers/JsonResourceWriter.java
 Tue Sep 30 00:08:48 2008
@@ -165,7 +165,7 @@
             }
         }
 
-        // special handling for binaries: we dump the length and not the length
+        // special handling for binaries: we dump the length and not the data!
         if (value instanceof InputStream
             || (values != null && values[0] instanceof InputStream)) {
             // TODO for now we mark binary properties with an initial colon in


Reply via email to