[Fb-contrib-commit] SF.net SVN: fb-contrib:[1452] trunk/fb-contrib/samples/WNG_Sample.java
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-01-09 04:54:12
|
Revision: 1452
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1452&view=rev
Author: dbrosius
Date: 2010-01-09 04:54:06 +0000 (Sat, 09 Jan 2010)
Log Message:
-----------
more fps
Modified Paths:
--------------
trunk/fb-contrib/samples/WNG_Sample.java
Modified: trunk/fb-contrib/samples/WNG_Sample.java
===================================================================
--- trunk/fb-contrib/samples/WNG_Sample.java 2010-01-09 04:24:17 UTC (rev 1451)
+++ trunk/fb-contrib/samples/WNG_Sample.java 2010-01-09 04:54:06 UTC (rev 1452)
@@ -47,6 +47,11 @@
return o;
}
+ public void fpSetMemberNull() {
+ if (f1 != null)
+ f1 = null;
+ }
+
public void fpDual(Object o1, Object o2) {
if (o1 == null || o2 == null) {
throw new IllegalArgumentException("o1/o2 can not be null");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|