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 jr...@apache.org on 2005/07/30 02:51:14 UTC

svn commit: r226447 - /webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/mod_resource.xml

Author: jruzzi
Date: Fri Jul 29 17:51:11 2005
New Revision: 226447

URL: http://svn.apache.org/viewcvs?rev=226447&view=rev
Log:
sal update

Modified:
    webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/mod_resource.xml

Modified: webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/mod_resource.xml
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/mod_resource.xml?rev=226447&r1=226446&r2=226447&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/mod_resource.xml (original)
+++ webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/mod_resource.xml Fri Jul 29 17:51:11 2005
@@ -21,8 +21,10 @@
 		<section>
 			<title>Modify the Resource Class</title>
 			<p>Open <code>WORK_DIR/generated/filesystem/src/java/org/apache/ws/resource/example/filesystem/FilesystemResource.java</code> and
-			replace the <code>public void init()</code> method with the following method. You will also need to copy the custom operation methods below.</p>
+			replace the <code>public void init()</code> method with the following method. You will also need to copy the variable and custom operation methods below.</p>
 			<source><![CDATA[
+private example.filesystem.backend.FileSystem m_filesystem;
+
 public void init()
     {