(String raftConfigString)
| 125 | } |
| 126 | |
| 127 | public Dbh2Agent(String raftConfigString) throws Exception { |
| 128 | this(raftConfigString, (ProxyAgent)null); |
| 129 | } |
| 130 | |
| 131 | public Dbh2Agent(String raftConfigString, ProxyAgent proxyAgent) throws Exception { |
| 132 | this.raftConfigString = raftConfigString; |
nothing calls this directly
no test coverage detected