details:   https://code.openbravo.com/erp/devel/pi/rev/f37e4bad23ee
changeset: 15191:f37e4bad23ee
user:      Adrián Romero <adrianromero <at> openbravo.com>
date:      Tue Jan 24 18:13:30 2012 +0100
summary:   Improving SimpleCallout. Rolling back the final clause for the vars 
field

diffstat:

 src/org/openbravo/erpCommon/ad_callouts/SimpleCallout.java |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 46213d1d7e7b -r f37e4bad23ee 
src/org/openbravo/erpCommon/ad_callouts/SimpleCallout.java
--- a/src/org/openbravo/erpCommon/ad_callouts/SimpleCallout.java        Mon Jan 
23 16:39:57 2012 +0100
+++ b/src/org/openbravo/erpCommon/ad_callouts/SimpleCallout.java        Tue Jan 
24 18:13:30 2012 +0100
@@ -136,7 +136,7 @@
      * Provides the coder friendly methods to retrieve certain environment, 
session and servlet call
      * variables.
      */
-    public final VariablesSecureApp vars;
+    public VariablesSecureApp vars;
 
 
     private CalloutInfo(VariablesSecureApp vars, String classname, 
ServletConfig config) {

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to