Some wording changes for the results of the 'get my ebay items' search.
| 910 | 958 | |
|---|---|---|
| 257 | 257 | } |
| 258 | 258 | } |
| 259 | 259 | 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); | |
| 261 | 264 | MQFactory.getConcrete(reportTab).enqueue("SHOW"); |
| 262 | 265 | SuperQueue.getInstance().preQueue("HIDE", reportTab, System.currentTimeMillis() + Constants.ONE_MINUTE); |
| 263 | 266 | } |
