()
| 43 | private static HistoryAppend instance; |
| 44 | |
| 45 | public static HistoryAppend getInstance() { |
| 46 | if (instance == null) { |
| 47 | instance = new HistoryAppend(); |
| 48 | } |
| 49 | return instance; |
| 50 | } |
| 51 | StaticData sd = StaticData.getInstance(); |
| 52 | |
| 53 | /** Creates a new instance of PepListener */ |
no outgoing calls
no test coverage detected