Author: britter
Date: Thu Jan  9 16:55:25 2014
New Revision: 1556874

URL: http://svn.apache.org/r1556874
Log:
Authors are listed in pom.xml

Modified:
    
commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/InputStreamPumper.java
    
commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/util/DebugUtils.java
    
commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/util/MapUtils.java
    
commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/util/StringUtils.java

Modified: 
commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/InputStreamPumper.java
URL: 
http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/InputStreamPumper.java?rev=1556874&r1=1556873&r2=1556874&view=diff
==============================================================================
--- 
commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/InputStreamPumper.java
 (original)
+++ 
commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/InputStreamPumper.java
 Thu Jan  9 16:55:25 2014
@@ -26,8 +26,6 @@ import java.io.OutputStream;
 /**
  * Copies all data from an System.input stream to an output stream of the 
executed process.
  *
- * @author mkleint
- *
  * @version $Id$
  */
 public class InputStreamPumper implements Runnable {

Modified: 
commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/util/DebugUtils.java
URL: 
http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/util/DebugUtils.java?rev=1556874&r1=1556873&r2=1556874&view=diff
==============================================================================
--- 
commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/util/DebugUtils.java
 (original)
+++ 
commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/util/DebugUtils.java
 Thu Jan  9 16:55:25 2014
@@ -21,8 +21,6 @@ package org.apache.commons.exec.util;
 /**
  * Helper classes to provide debugging support.
  *
- * @author <a href="mailto:[email protected]";>Siegfried Goeschl</a>
- *
  * @version $Id$
  */
 public class DebugUtils

Modified: 
commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/util/MapUtils.java
URL: 
http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/util/MapUtils.java?rev=1556874&r1=1556873&r2=1556874&view=diff
==============================================================================
--- 
commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/util/MapUtils.java
 (original)
+++ 
commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/util/MapUtils.java
 Thu Jan  9 16:55:25 2014
@@ -27,8 +27,6 @@ import java.util.Iterator;
  * CommandLine. This class is not part of the public API and
  * could change without warning.
  *
- * @author <a href="mailto:[email protected]";>Siegfried Goeschl</a>
- *
  * @version $Id$
  */
 public class MapUtils

Modified: 
commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/util/StringUtils.java
URL: 
http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/util/StringUtils.java?rev=1556874&r1=1556873&r2=1556874&view=diff
==============================================================================
--- 
commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/util/StringUtils.java
 (original)
+++ 
commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/util/StringUtils.java
 Thu Jan  9 16:55:25 2014
@@ -32,8 +32,6 @@ import java.io.File;
  * This class is not part of the public API and could change without
  * warning.
  *
- * @author <a href="mailto:[email protected]";>Siegfried Goeschl</a>
- *
  * @version $Id$
  */
 public class StringUtils {


Reply via email to