details:   /erp/devel/pi/rev/ad0c67047804
changeset: 7474:ad0c67047804
user:      Antonio Moreno <antonio.moreno <at> openbravo.com>
date:      Fri Jun 04 12:32:34 2010 +0200
summary:   Removed deprecated method which contains no working functionality
As discussed with the team, this method is currently deprecated, but also 
broken. Its removal will make compilation of classes such as 
ApplyModule-related ones more manageable.

diffstat:

 src/org/openbravo/erpCommon/modules/ModuleUtiltiy.java |  7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diffs (15 lines):

diff -r 869dd4f3577c -r ad0c67047804 
src/org/openbravo/erpCommon/modules/ModuleUtiltiy.java
--- a/src/org/openbravo/erpCommon/modules/ModuleUtiltiy.java    Fri Jun 04 
10:57:02 2010 +0200
+++ b/src/org/openbravo/erpCommon/modules/ModuleUtiltiy.java    Fri Jun 04 
12:32:34 2010 +0200
@@ -195,11 +195,4 @@
     }
     return rt;
   }
-
-  /**
-   * @deprecated use ImportModule.getRemoteModule instead
-   */
-  public static InputStream getRemoteModule(ImportModule im, String 
moduleVersionID) {
-    return null;
-  }
 }

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to