()
| 37 | private static TosserQueue self; |
| 38 | |
| 39 | public synchronized static TosserQueue getInstanse() { |
| 40 | if (self == null) { |
| 41 | self = new TosserQueue(); |
| 42 | } |
| 43 | return self; |
| 44 | } |
| 45 | |
| 46 | public void toss() { |
| 47 | if (!tosser.isRunning()) { |
no outgoing calls
no test coverage detected