stefan 2003/03/15 09:59:48
Modified: proposals/jcrri/src/org/apache/slide/jcr/remote package.html
Log:
correcting typo
Revision Changes Path
1.2 +1 -1
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/remote/package.html
Index: package.html
===================================================================
RCS file:
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/remote/package.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- package.html 1 Mar 2003 06:56:09 -0000 1.1
+++ package.html 15 Mar 2003 17:59:48 -0000 1.2
@@ -8,7 +8,7 @@
<p>
A client may use code like this to access the repository:<p>
<xmp>
- Repository rep =
RemoteRepositoryFactory.getInstanc().getRemoteRepository("///jcr");
+ Repository rep =
RemoteRepositoryFactory.getInstance().getRemoteRepository("///jcr");
</xmp>
<p>
All the details of the remote layer are transparent to both the client and the
implementation.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]