Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Oberhuber2008-02-05 20:40:37 +0000
committerMartin Oberhuber2008-02-05 20:40:37 +0000
commitbc7e4b22345e153e405ea9533f2922379f110e4c (patch)
treef4526e896369dea079efd5e0036060149336669a /rse/doc/org.eclipse.rse.doc.isv/guide/tutorial/subsystem.html
parentae94f40b47c1934995858a35d3de3e79282bc384 (diff)
downloadorg.eclipse.tm-bc7e4b22345e153e405ea9533f2922379f110e4c.tar.gz
org.eclipse.tm-bc7e4b22345e153e405ea9533f2922379f110e4c.tar.xz
org.eclipse.tm-bc7e4b22345e153e405ea9533f2922379f110e4c.zip
[apidoc] get rid of outdated references to SystemManager
Diffstat (limited to 'rse/doc/org.eclipse.rse.doc.isv/guide/tutorial/subsystem.html')
-rwxr-xr-xrse/doc/org.eclipse.rse.doc.isv/guide/tutorial/subsystem.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/rse/doc/org.eclipse.rse.doc.isv/guide/tutorial/subsystem.html b/rse/doc/org.eclipse.rse.doc.isv/guide/tutorial/subsystem.html
index d7e960d16..6a3af939b 100755
--- a/rse/doc/org.eclipse.rse.doc.isv/guide/tutorial/subsystem.html
+++ b/rse/doc/org.eclipse.rse.doc.isv/guide/tutorial/subsystem.html
@@ -47,7 +47,7 @@ a <samp>connected</samp> instance variable that is used in the methods, as shown
</li>
<li>Again in package <samp>samples.subsystems</samp>, use <b>New-&gt;Class</b> to
create a class named <samp><b>DeveloperConnectorServiceManager</b></samp> that extends <b>superclass</b>
-<samp><A href="../../reference/api/org/eclipse/rse/core/subsystems/AbstractConnectorServiceManager.html">AbstractSystemManager</A></samp>,
+<samp><A href="../../reference/api/org/eclipse/rse/core/subsystems/AbstractConnectorServiceManager.html">AbstractConnectorServiceManager</A></samp>,
selecting the option to include <b>Constructors from superclass</b>. Edit the result to add
a factory method, and flesh out the methods, as highlighted <a href="DeveloperConnectorServiceManager.html">here</a>.
</li>

Back to the top