[Fb-contrib-commit] SF.net SVN: fb-contrib:[1701] trunk/fb-contrib/samples/WOC_Sample.java
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2011-07-08 18:50:48
|
Revision: 1701
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1701&view=rev
Author: dbrosius
Date: 2011-07-08 18:50:42 +0000 (Fri, 08 Jul 2011)
Log Message:
-----------
add fp for WOC due to mergeList
Modified Paths:
--------------
trunk/fb-contrib/samples/WOC_Sample.java
Modified: trunk/fb-contrib/samples/WOC_Sample.java
===================================================================
--- trunk/fb-contrib/samples/WOC_Sample.java 2011-07-07 04:25:40 UTC (rev 1700)
+++ trunk/fb-contrib/samples/WOC_Sample.java 2011-07-08 18:50:42 UTC (rev 1701)
@@ -17,7 +17,10 @@
private final Set<String> memberSet = new HashSet<String>();
private Set<String> fpSet;
private final List<String> fpList = new ArrayList<String>();
+ private final Set<String> fpMergeSet = new HashSet<String>(fpSet);
+ private boolean abug = true;
+
public void testWOCSimple()
{
Set<String> s = new HashSet<String>();
@@ -101,4 +104,13 @@
{
return ws.fpList;
}
+
+ public void fpMergeListWOC()
+ {
+ caller(fpMergeSet, !abug);
+ }
+
+ private void caller(Set<String> set, boolean b)
+ {
+ }
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|