Author: mrisaliti
Date: Sun Jan 16 20:54:20 2011
New Revision: 1059662

URL: http://svn.apache.org/viewvc?rev=1059662&view=rev
Log:
Remove most of the java compilation warning (generics markup, unused 
code/import) (OFBIZ-4102)

Modified:
    
ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/AccountingException.java

Modified: 
ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/AccountingException.java
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/AccountingException.java?rev=1059662&r1=1059661&r2=1059662&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/AccountingException.java
 (original)
+++ 
ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/AccountingException.java
 Sun Jan 16 20:54:20 2011
@@ -28,6 +28,7 @@ import org.ofbiz.service.GenericServiceE
  * and Payments. When one of these occurs, make sure to reconcile the
  * affected data.
  */
+@SuppressWarnings("serial")
 public class AccountingException extends GenericServiceException {
 
     public AccountingException() {


Reply via email to