avatar

958

Some wording changes for the results of the 'get my ebay items' search.

by mrs, 19 Jun, 2009 01:02 AM
910 958  
257257       }
258258     }
259259     reportTab = reportTab + " Tab";
260     MQFactory.getConcrete(reportTab).enqueue("REPORT Found " + watchCount + " watched items" + watchInfo + ", and " + bidCount + " items" + bidInfo + " you've apparently bid on.");
260     String report = "Found " + watchCount + " watched items" + watchInfo;
261     if(bidCount != 0) report += ", and " + bidCount + " items" + bidInfo + " you've apparently bid on";
262     report += '.';
263     MQFactory.getConcrete(reportTab).enqueue("REPORT " + report);
261264     MQFactory.getConcrete(reportTab).enqueue("SHOW");
262265     SuperQueue.getInstance().preQueue("HIDE", reportTab, System.currentTimeMillis() + Constants.ONE_MINUTE);
263266   }