()
| 78 | siteUrl = new LinkString(StaticData.getInstance().getVersionInfo().getUrl()) { |
| 79 | |
| 80 | public void doAction() { |
| 81 | BombusMod.getInstance().platformRequest(StaticData.getInstance().getVersionInfo().getUrl()); |
| 82 | } |
| 83 | }; |
| 84 | itemsList.addElement(siteUrl); |
| 85 |
nothing calls this directly
no test coverage detected