[Pixelle-commit] SF.net SVN: pixelle: [115] trunk/pixelle/src/com/mebigfatguy/pixelle/ PixelleImage
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-06-29 00:41:38
|
Revision: 115
http://pixelle.svn.sourceforge.net/pixelle/?rev=115&view=rev
Author: dbrosius
Date: 2008-06-28 17:41:48 -0700 (Sat, 28 Jun 2008)
Log Message:
-----------
pcoa fix
Modified Paths:
--------------
trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleImage.java
Modified: trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleImage.java
===================================================================
--- trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleImage.java 2008-06-29 00:30:39 UTC (rev 114)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleImage.java 2008-06-29 00:41:48 UTC (rev 115)
@@ -61,11 +61,11 @@
return image.getType();
}
- public int getWidth() {
+ public final int getWidth() {
return image.getWidth();
}
- public int getHeight() {
+ public final int getHeight() {
return image.getHeight();
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|