You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by br...@apache.org on 2003/07/18 19:22:28 UTC

cvs commit: db-ojb/src/java/org/apache/ojb/broker/util ProxyHelper.java

brj         2003/07/18 10:22:28

  Modified:    src/java/org/apache/ojb/broker/util ProxyHelper.java
  Log:
  removed unnecessary cast
  
  Revision  Changes    Path
  1.15      +2 -2      db-ojb/src/java/org/apache/ojb/broker/util/ProxyHelper.java
  
  Index: ProxyHelper.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/util/ProxyHelper.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- ProxyHelper.java	13 Jun 2003 23:06:45 -0000	1.14
  +++ ProxyHelper.java	18 Jul 2003 17:22:28 -0000	1.15
  @@ -279,7 +279,7 @@
           }
           else if (objectOrProxy instanceof VirtualProxy)
           {
  -            handler = (IndirectionHandler) VirtualProxy.getIndirectionHandler((VirtualProxy) objectOrProxy);
  +            handler = VirtualProxy.getIndirectionHandler((VirtualProxy) objectOrProxy);
               /*
               arminw:
               think we should return the real class
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org