()
| 177 | final String finalRawUri = rawURI; |
| 178 | Runnable doProcessCommandLine = new Runnable() { |
| 179 | @Override |
| 180 | public void run() { |
| 181 | processCommandLineURI(finalRawUri); |
| 182 | } |
| 183 | }; |
| 184 | |
| 185 | SwingUtilities.invokeLater(doProcessCommandLine); |
nothing calls this directly
no test coverage detected