[Pixelle-commit] SF.net SVN: pixelle: [77] trunk/pixelle/src/com/mebigfatguy/pixelle/ OutOfBoundsOp
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-06-25 04:50:33
|
Revision: 77
http://pixelle.svn.sourceforge.net/pixelle/?rev=77&view=rev
Author: dbrosius
Date: 2008-06-24 21:50:42 -0700 (Tue, 24 Jun 2008)
Log Message:
-----------
fix javadoc
Modified Paths:
--------------
trunk/pixelle/src/com/mebigfatguy/pixelle/OutOfBoundsOption.java
Modified: trunk/pixelle/src/com/mebigfatguy/pixelle/OutOfBoundsOption.java
===================================================================
--- trunk/pixelle/src/com/mebigfatguy/pixelle/OutOfBoundsOption.java 2008-06-25 04:49:04 UTC (rev 76)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/OutOfBoundsOption.java 2008-06-25 04:50:42 UTC (rev 77)
@@ -46,7 +46,7 @@
/**
* sets the color that is used for when the enum is 'SpecifiedColor'
*
- * @param the specified color
+ * @param clr the specified color
*/
public void setColor(Color clr) {
color = clr;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|