You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2007/09/23 04:29:25 UTC

svn commit: r578540 - /geronimo/sandbox/gshell/trunk/gshell-remote/gshell-remote-client/src/main/java/org/apache/geronimo/gshell/remote/client/RemoteExecuteException.java

Author: jdillon
Date: Sat Sep 22 19:29:25 2007
New Revision: 578540

URL: http://svn.apache.org/viewvc?rev=578540&view=rev
Log:
Javadoc

Modified:
    geronimo/sandbox/gshell/trunk/gshell-remote/gshell-remote-client/src/main/java/org/apache/geronimo/gshell/remote/client/RemoteExecuteException.java

Modified: geronimo/sandbox/gshell/trunk/gshell-remote/gshell-remote-client/src/main/java/org/apache/geronimo/gshell/remote/client/RemoteExecuteException.java
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-remote/gshell-remote-client/src/main/java/org/apache/geronimo/gshell/remote/client/RemoteExecuteException.java?rev=578540&r1=578539&r2=578540&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-remote/gshell-remote-client/src/main/java/org/apache/geronimo/gshell/remote/client/RemoteExecuteException.java (original)
+++ geronimo/sandbox/gshell/trunk/gshell-remote/gshell-remote-client/src/main/java/org/apache/geronimo/gshell/remote/client/RemoteExecuteException.java Sat Sep 22 19:29:25 2007
@@ -20,7 +20,7 @@
 package org.apache.geronimo.gshell.remote.client;
 
 /**
- * ???
+ * Thrown on the client-side when an fault was read from the remote shell during execution.
  *
  * @version $Rev$ $Date$
  */