|
From: <cr...@us...> - 2009-01-21 14:11:59
|
Revision: 4901
http://jnode.svn.sourceforge.net/jnode/?rev=4901&view=rev
Author: crawley
Date: 2009-01-21 14:11:55 +0000 (Wed, 21 Jan 2009)
Log Message:
-----------
Tweaking a couple of @author tags
Modified Paths:
--------------
trunk/fs/src/fs/org/jnode/fs/command/CatCommand.java
trunk/shell/src/shell/org/jnode/shell/io/NullInputStream.java
Modified: trunk/fs/src/fs/org/jnode/fs/command/CatCommand.java
===================================================================
--- trunk/fs/src/fs/org/jnode/fs/command/CatCommand.java 2009-01-21 13:34:29 UTC (rev 4900)
+++ trunk/fs/src/fs/org/jnode/fs/command/CatCommand.java 2009-01-21 14:11:55 UTC (rev 4901)
@@ -46,7 +46,7 @@
*
* @author epr
* @author Andreas H\u00e4nel
- * @author Stephen Crawley
+ * @author cr...@jn...
* @author Fabien DUMINY (fd...@jn...)
*/
public class CatCommand extends AbstractCommand {
Modified: trunk/shell/src/shell/org/jnode/shell/io/NullInputStream.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/io/NullInputStream.java 2009-01-21 13:34:29 UTC (rev 4900)
+++ trunk/shell/src/shell/org/jnode/shell/io/NullInputStream.java 2009-01-21 14:11:55 UTC (rev 4901)
@@ -27,7 +27,7 @@
* A NullInputStream instance is the logical equivalent of "/dev/null". Calling
* a read method returns -1 to indicate EOF.
*
- * @author Stephen Crawley
+ * @author cr...@jn...
*/
public class NullInputStream extends InputStream {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|