You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by pa...@apache.org on 2002/08/27 23:11:28 UTC

cvs commit: jakarta-commons-sandbox/daemon/src/java/org/apache/commons/launcher ParentListener.java

patrickl    2002/08/27 14:11:28

  Modified:    daemon/src/java/org/apache/commons/launcher
                        ParentListener.java
  Log:
  Correct javadoc errors
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-commons-sandbox/daemon/src/java/org/apache/commons/launcher/ParentListener.java
  
  Index: ParentListener.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/daemon/src/java/org/apache/commons/launcher/ParentListener.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ParentListener.java	21 Aug 2002 20:53:19 -0000	1.4
  +++ ParentListener.java	27 Aug 2002 21:11:28 -0000	1.5
  @@ -74,8 +74,8 @@
        * Periodically check that the parent JVM has not terminated by checking
        * if {@link System#err} is open. If {@link System#err} is in an error
        * state, the parent JVM is assumed to be terminated and this method will
  -     * invoke {@link Syste#exit(int)}. This method <b>must</b> be executed
  -     * <b>before</b> {@link System#setErr(int)} is ever invoked.
  +     * invoke {@link System#exit(int)}. This method <b>must</b> be executed
  +     * <b>before</b> {@link System#setErr(PrintStream)} is ever invoked.
        * <p>
        * TODO: {@link System#err} never seems to close while System.in is
        * being read on Windows platforms. Need to find a workaround for this
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>