[Patchanim-commit] SF.net SVN: patchanim: [85] trunk/patchanim/src/com/mebigfatguy/patchanim/ Anima
Brought to you by:
dbrosius
From: <dbr...@us...> - 2008-02-01 08:27:30
|
Revision: 85 http://patchanim.svn.sourceforge.net/patchanim/?rev=85&view=rev Author: dbrosius Date: 2008-02-01 00:27:35 -0800 (Fri, 01 Feb 2008) Log Message: ----------- fix javadoc Modified Paths: -------------- trunk/patchanim/src/com/mebigfatguy/patchanim/AnimationType.java Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/AnimationType.java =================================================================== --- trunk/patchanim/src/com/mebigfatguy/patchanim/AnimationType.java 2008-02-01 08:18:46 UTC (rev 84) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/AnimationType.java 2008-02-01 08:27:35 UTC (rev 85) @@ -27,7 +27,7 @@ * <ul> * <li><b>None</b> Animation progress from start to finish and then stops</li> * <li><b>Cycle</b> Animation progress from start to finish and then from finish to start, and repeats</li> - * <li><b>None</b> Animation progress from start to finish and then repeats</li> + * <li><b>Wave</b> Animation progress from start to finish and then repeats</li> * </ul> */ public enum AnimationType { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |