[Polycasso-commit] SF.net SVN: polycasso:[57] trunk/polycasso/src/com/mebigfatguy/polycasso/ Polygo
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-11-26 04:13:31
|
Revision: 57
http://polycasso.svn.sourceforge.net/polycasso/?rev=57&view=rev
Author: dbrosius
Date: 2009-11-26 04:13:20 +0000 (Thu, 26 Nov 2009)
Log Message:
-----------
no longer immutable
Modified Paths:
--------------
trunk/polycasso/src/com/mebigfatguy/polycasso/PolygonData.java
Modified: trunk/polycasso/src/com/mebigfatguy/polycasso/PolygonData.java
===================================================================
--- trunk/polycasso/src/com/mebigfatguy/polycasso/PolygonData.java 2009-11-26 01:55:18 UTC (rev 56)
+++ trunk/polycasso/src/com/mebigfatguy/polycasso/PolygonData.java 2009-11-26 04:13:20 UTC (rev 57)
@@ -26,7 +26,7 @@
import java.util.Random;
/**
- * an immutable class for holding the information for one polygon, including points, color
+ * a class for holding the information for one polygon, including points, color
* and alpha level.
*/
public class PolygonData implements Cloneable {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|