svn commit: r735125 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/AbstractJSONEventHandler.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r735125 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/AbstractJSONEventHandler.java

byersa-3
Author: byersa
Date: Fri Jan 16 12:54:05 2009
New Revision: 735125

URL: http://svn.apache.org/viewvc?rev=735125&view=rev
Log:
This is a noop test case to see if I still have commit privileges. Sorry for the junk, but it has been a couple of years.

Modified:
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/AbstractJSONEventHandler.java

Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/AbstractJSONEventHandler.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/AbstractJSONEventHandler.java?rev=735125&r1=735124&r2=735125&view=diff
==============================================================================
--- ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/AbstractJSONEventHandler.java (original)
+++ ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/AbstractJSONEventHandler.java Fri Jan 16 12:54:05 2009
@@ -51,7 +51,7 @@
         Map<String, Object> attrMap = getAttributesAsMap(request);
             
         // create a JSON Object for return
-        JSONObject json = JSONObject.fromMap(attrMap);
+        JSONObject json = JSONObject.fromMap(attrMap); //amb, test case
         String jsonStr = json.toString();
         if (jsonStr == null) {
             throw new EventHandlerException("JSON Object was empty; fatal error!");