()
| 49 | // } |
| 50 | |
| 51 | public static GUIPacket getInstance() throws Exception { |
| 52 | if (instance == null) { |
| 53 | |
| 54 | instance = new GUIPacket(); |
| 55 | } |
| 56 | return instance; |
| 57 | } |
| 58 | |
| 59 | private GUIPacket() throws Exception { |
| 60 | this.owner = GUIHistory.getOwner(); |
no outgoing calls
no test coverage detected