Revision: 295
http://patchanim.svn.sourceforge.net/patchanim/?rev=295&view=rev
Author: dbrosius
Date: 2009-11-26 04:10:23 +0000 (Thu, 26 Nov 2009)
Log Message:
-----------
javadoc
Modified Paths:
--------------
trunk/patchanim/src/com/fmsware/gif/AnimatedGifEncoder.java
Modified: trunk/patchanim/src/com/fmsware/gif/AnimatedGifEncoder.java
===================================================================
--- trunk/patchanim/src/com/fmsware/gif/AnimatedGifEncoder.java 2009-11-26 03:20:31 UTC (rev 294)
+++ trunk/patchanim/src/com/fmsware/gif/AnimatedGifEncoder.java 2009-11-26 04:10:23 UTC (rev 295)
@@ -96,7 +96,6 @@
* image is added.
*
* @param iter int number of iterations.
- * @return
*/
public void setRepeat(int iter) {
if (iter >= 0) {
@@ -217,7 +216,6 @@
* than 20 do not yield significant improvements in speed.
*
* @param quality int greater than 0.
- * @return
*/
public void setQuality(int quality) {
if (quality < 1) quality = 1;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|