*not part of the build*
fix for 15507 15510 git-svn-id: svn://10.0.0.236/trunk@96760 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -116,10 +116,10 @@ public class bcJavaSample implements bcIJavaSample {
|
||||
nsISupportsString strObj;
|
||||
while (true) {
|
||||
obj = enumerator.currentItem();
|
||||
if (obj == null
|
||||
|| counter > 300) {
|
||||
break;
|
||||
}
|
||||
// if (obj == null
|
||||
// || counter > 300) {
|
||||
// break;
|
||||
//}
|
||||
strObj = (nsISupportsString) obj.queryInterface(nsISupportsString.IID);
|
||||
str = strObj.getData();
|
||||
System.out.println("--[java] bcJavaSample.Test5 string "+str);
|
||||
|
||||
Reference in New Issue
Block a user