()
| 45 | private static StanzasList instance; |
| 46 | |
| 47 | public static StanzasList getInstance(){ |
| 48 | if (instance==null) { |
| 49 | instance=new StanzasList(); |
| 50 | } |
| 51 | return instance; |
| 52 | } |
| 53 | |
| 54 | public Msg msg(int index){ |
| 55 | try { |
no outgoing calls
no test coverage detected