You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2011/02/09 22:07:15 UTC

svn commit: r1069100 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/rmi/RemoteDispatcherImpl.java

Author: mrisaliti
Date: Wed Feb  9 21:07:15 2011
New Revision: 1069100

URL: http://svn.apache.org/viewvc?rev=1069100&view=rev
Log:
Add a @SuppressWarning("serial") in RemoteDispatcherImpl (OFBIZ-4102)

Modified:
    ofbiz/trunk/framework/service/src/org/ofbiz/service/rmi/RemoteDispatcherImpl.java

Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/rmi/RemoteDispatcherImpl.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/src/org/ofbiz/service/rmi/RemoteDispatcherImpl.java?rev=1069100&r1=1069099&r2=1069100&view=diff
==============================================================================
--- ofbiz/trunk/framework/service/src/org/ofbiz/service/rmi/RemoteDispatcherImpl.java (original)
+++ ofbiz/trunk/framework/service/src/org/ofbiz/service/rmi/RemoteDispatcherImpl.java Wed Feb  9 21:07:15 2011
@@ -34,6 +34,7 @@ import org.ofbiz.service.ModelService;
 /**
  * Generic Services Remote Dispatcher Implementation
  */
+@SuppressWarnings("serial")
 public class RemoteDispatcherImpl extends UnicastRemoteObject implements RemoteDispatcher {
 
     public static final String module = RemoteDispatcherImpl.class.getName();