[Japi-cvs] SF.net SVN: japi:[1255] tools/jgrep/trunk/src/prj/net/sf/japi/tools/jgrep/ JGrep.java
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-03-02 02:22:20
|
Revision: 1255 http://japi.svn.sourceforge.net/japi/?rev=1255&view=rev Author: christianhujer Date: 2009-03-02 01:34:14 +0000 (Mon, 02 Mar 2009) Log Message: ----------- Add @since information for classes and packages. Modified Paths: -------------- tools/jgrep/trunk/src/prj/net/sf/japi/tools/jgrep/JGrep.java Modified: tools/jgrep/trunk/src/prj/net/sf/japi/tools/jgrep/JGrep.java =================================================================== --- tools/jgrep/trunk/src/prj/net/sf/japi/tools/jgrep/JGrep.java 2009-03-02 01:33:46 UTC (rev 1254) +++ tools/jgrep/trunk/src/prj/net/sf/japi/tools/jgrep/JGrep.java 2009-03-02 01:34:14 UTC (rev 1255) @@ -79,6 +79,8 @@ * <li>-v, --revert-match for showing only non-matching lines.</li> * <li>-m, --max-count=NUM stop after NUM matches.</li> * </ul> + * @author <a href="mailto:ch...@ri...">Christian Hujer</a> + * @since 0.1 */ public class JGrep extends BasicCommand { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |