mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Ajax picker improvements and fixes, support for mimetype restriction list in the Ajax File picker.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7751 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -29,7 +29,8 @@ import java.io.Writer;
|
||||
import java.util.Stack;
|
||||
|
||||
/**
|
||||
* Very simple JSON writer. Wraps a Writer to output a JSON stream.
|
||||
* Fast and simple JSON stream writer. Wraps a Writer to output a JSON object stream.
|
||||
* No intermediate objects are created - writes are immediate to the underlying stream.
|
||||
*
|
||||
* @author Kevin Roast
|
||||
*/
|
||||
|
Reference in New Issue
Block a user