[Fb-contrib-commit] SF.net SVN: fb-contrib:[1466] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-01-11 03:38:28
|
Revision: 1466
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1466&view=rev
Author: dbrosius
Date: 2010-01-11 03:38:21 +0000 (Mon, 11 Jan 2010)
Log Message:
-----------
remove deprecations
Modified Paths:
--------------
trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SillynessPotPourri.java
Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SillynessPotPourri.java
===================================================================
--- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SillynessPotPourri.java 2010-01-10 17:58:57 UTC (rev 1465)
+++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SillynessPotPourri.java 2010-01-11 03:38:21 UTC (rev 1466)
@@ -227,7 +227,7 @@
} else if (seen == IFEQ) {
if (stack.getStackDepth() > 0) {
OpcodeStack.Item itm = stack.getStackItem(0);
- lastIfEqWasBoolean = "Z".equals(itm.getElementSignature());
+ lastIfEqWasBoolean = "Z".equals(itm.getSignature());
}
byte[] bytes = getCode().getCode();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|