details:   /erp/devel/int/rev/61774dffb279
changeset: 7084:61774dffb279
user:      Stefan Hühner <stefan.huehner <at> openbravo.com>
date:      Sat Apr 17 19:41:30 2010 +0200
summary:   Related 017505232d44: revert removal of unused method from file 
contained in
public api, still unused but not need to change api for that.

diffstat:

 src/org/openbravo/erpCommon/ad_forms/DocInvoiceTemplate.java |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 516d83aa8664 -r 61774dffb279 
src/org/openbravo/erpCommon/ad_forms/DocInvoiceTemplate.java
--- a/src/org/openbravo/erpCommon/ad_forms/DocInvoiceTemplate.java      Sat Apr 
17 16:02:44 2010 +0200
+++ b/src/org/openbravo/erpCommon/ad_forms/DocInvoiceTemplate.java      Sat Apr 
17 19:41:30 2010 +0200
@@ -66,4 +66,8 @@
    */
   public abstract Fact createFact(DocInvoice docInvoice, AcctSchema as, 
ConnectionProvider conn,
       Connection con, VariablesSecureApp vars) throws ServletException;
+
+  public String getServletInfo() {
+    return "Servlet for the accounting";
+  } // end of getServletInfo() method
 }

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to