You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-commits@ws.apache.org by sc...@apache.org on 2005/07/27 22:48:50 UTC

svn commit: r225628 - /webservices/pubscribe/trunk/src/test/org/apache/ws/notification/base/impl/UnitResourceContext.java

Author: scamp
Date: Wed Jul 27 13:48:48 2005
New Revision: 225628

URL: http://svn.apache.org/viewcvs?rev=225628&view=rev
Log:
added a new method required by super abstract class

Modified:
    webservices/pubscribe/trunk/src/test/org/apache/ws/notification/base/impl/UnitResourceContext.java

Modified: webservices/pubscribe/trunk/src/test/org/apache/ws/notification/base/impl/UnitResourceContext.java
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/test/org/apache/ws/notification/base/impl/UnitResourceContext.java?rev=225628&r1=225627&r2=225628&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/test/org/apache/ws/notification/base/impl/UnitResourceContext.java (original)
+++ webservices/pubscribe/trunk/src/test/org/apache/ws/notification/base/impl/UnitResourceContext.java Wed Jul 27 13:48:48 2005
@@ -102,6 +102,7 @@
         return m_resource;
     }
 
+
     public String getRequestAction()
     {
         return null;
@@ -111,5 +112,6 @@
     {
         return;
     }
+
 
 }