[Japi-cvs] SF.net SVN: japi:[1213] historic/trunk/src/doc/guide/swing/action/ fromScratch/src/net/
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-03-01 21:08:54
|
Revision: 1213 http://japi.svn.sourceforge.net/japi/?rev=1213&view=rev Author: christianhujer Date: 2009-03-01 21:08:45 +0000 (Sun, 01 Mar 2009) Log Message: ----------- Add missing javadoc. Modified Paths: -------------- historic/trunk/src/doc/guide/swing/action/fromScratch/src/net/sf/japi/examples/editor/Editor.java Modified: historic/trunk/src/doc/guide/swing/action/fromScratch/src/net/sf/japi/examples/editor/Editor.java =================================================================== --- historic/trunk/src/doc/guide/swing/action/fromScratch/src/net/sf/japi/examples/editor/Editor.java 2009-03-01 21:06:57 UTC (rev 1212) +++ historic/trunk/src/doc/guide/swing/action/fromScratch/src/net/sf/japi/examples/editor/Editor.java 2009-03-01 21:08:45 UTC (rev 1213) @@ -22,6 +22,9 @@ import net.sf.japi.swing.action.ActionProvider; import org.jetbrains.annotations.Nullable; +/** Small text editor demo for {@link ActionProvider}. + * @author <a href="mailto:ch...@ri...">Christian Hujer</a> + */ public class Editor implements ActionProvider { /** Action Builder. */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |