[Jsxe-cvs] SF.net SVN: jsxe: [1232] branches/jsxe2/src/net/sourceforge/jsxe/io/ VFSManager.java
Status: Inactive
Brought to you by:
ian_lewis
From: <ian...@us...> - 2006-09-02 19:23:32
|
Revision: 1232 http://svn.sourceforge.net/jsxe/?rev=1232&view=rev Author: ian_lewis Date: 2006-09-02 12:23:16 -0700 (Sat, 02 Sep 2006) Log Message: ----------- Minor changes Modified Paths: -------------- branches/jsxe2/src/net/sourceforge/jsxe/io/VFSManager.java Modified: branches/jsxe2/src/net/sourceforge/jsxe/io/VFSManager.java =================================================================== --- branches/jsxe2/src/net/sourceforge/jsxe/io/VFSManager.java 2006-09-02 19:20:52 UTC (rev 1231) +++ branches/jsxe2/src/net/sourceforge/jsxe/io/VFSManager.java 2006-09-02 19:23:16 UTC (rev 1232) @@ -60,12 +60,12 @@ //}}} /** - * jEdit's virtual filesystem allows it to transparently edit files + * jsXe's virtual filesystem allows it to transparently edit files * stored elsewhere than the local filesystem, for example on an FTP * site. See the {@link VFS} class for implementation details.<p> * - * Note that most of the jEdit API is not thread-safe, so special care - * must be taken when making jEdit API calls. Also, it is not safe to + * Note that most of the jsXe API is not thread-safe, so special care + * must be taken when making jsXe API calls. Also, it is not safe to * call <code>SwingUtilities.invokeAndWait()</code> from a work request; * it can cause a deadlock if the given runnable then later calls * {@link #waitForRequests()}. @@ -76,10 +76,6 @@ * @since jsXe 0.5 pre3 */ public class VFSManager { - /** - * The service type. See {@link org.gjt.sp.jedit.ServiceManager}. - */ - // public static final String SERVICE = "net.sourceforge.jsxe.io.VFS"; //{{{ init() method /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |