*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:
idk%eng.sun.com
2001-06-09 00:12:32 +00:00
parent 046bb56b1f
commit bd5fc685d5
4 changed files with 68 additions and 9 deletions

View File

@@ -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);