[Pixelle-commit] SF.net SVN: pixelle: [57] trunk/pixelle/src/com/mebigfatguy/pixelle/ PixelleEvalFa
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-06-23 01:07:17
|
Revision: 57
http://pixelle.svn.sourceforge.net/pixelle/?rev=57&view=rev
Author: dbrosius
Date: 2008-06-22 18:07:26 -0700 (Sun, 22 Jun 2008)
Log Message:
-----------
don't document runtime exceptions
Modified Paths:
--------------
trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleEvalFactory.java
Modified: trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleEvalFactory.java
===================================================================
--- trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleEvalFactory.java 2008-06-23 00:57:50 UTC (rev 56)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleEvalFactory.java 2008-06-23 01:07:26 UTC (rev 57)
@@ -38,7 +38,7 @@
oobOption = option;
}
- public static PixelleEval create(PixelleImage image) throws IllegalArgumentException {
+ public static PixelleEval create(PixelleImage image) {
switch (image.getType()) {
case BufferedImage.TYPE_3BYTE_BGR:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|