()
| 54 | private static IQCommands instance; |
| 55 | |
| 56 | public static IQCommands getInstance() { |
| 57 | if (instance==null) instance=new IQCommands(); |
| 58 | return instance; |
| 59 | } |
| 60 | |
| 61 | StaticData sd = StaticData.getInstance(); |
| 62 |
no outgoing calls
no test coverage detected