mirror of
https://github.com/Febbweiss/logstash-forwarder-java.git
synced 2026-03-05 06:35:44 +00:00
Corrected bug in connection retry.
This commit is contained in:
@@ -38,4 +38,14 @@ public class MockProtocolAdapter implements ProtocolAdapter {
|
||||
// not implemented
|
||||
}
|
||||
|
||||
public String getServer() {
|
||||
// TODO Auto-generated method stub
|
||||
return "";
|
||||
}
|
||||
|
||||
public int getPort() {
|
||||
// TODO Auto-generated method stub
|
||||
return 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user