details:   /erp/devel/pi/rev/ec07533734ac
changeset: 7118:ec07533734ac
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Thu Apr 22 15:27:21 2010 +0200
summary:   issue 13068: Make process mehtods private

diffstat:

 src-wad/src/org/openbravo/wad/ComboReloadsProcessHelper.javaxml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r fe3ebc91f201 -r ec07533734ac 
src-wad/src/org/openbravo/wad/ComboReloadsProcessHelper.javaxml
--- a/src-wad/src/org/openbravo/wad/ComboReloadsProcessHelper.javaxml   Thu Apr 
22 18:54:05 2010 +0530
+++ b/src-wad/src/org/openbravo/wad/ComboReloadsProcessHelper.javaxml   Thu Apr 
22 15:27:21 2010 +0200
@@ -49,7 +49,7 @@
   }
   
   <FIELDS_TMP id="sectionDetailProcess">
-    void process<FIELD_TMP 
id="fieldProcessMethodId">xx</FIELD_TMP>(HttpServletResponse response, 
VariablesSecureApp vars, String strTabId, String windowId) throws IOException, 
ServletException {
+    private void process<FIELD_TMP 
id="fieldProcessMethodId">xx</FIELD_TMP>(HttpServletResponse response, 
VariablesSecureApp vars, String strTabId, String windowId) throws IOException, 
ServletException {
         String resultField;
         String command = vars.getStringParameter("Command", "DEFAULT");
         XmlDocument xmlDocument = 
xmlEngine.readXmlTemplate("org/openbravo/erpCommon/ad_callouts/CallOut").createXmlDocument();

------------------------------------------------------------------------------
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to