fixed Javadoc error. Current implementation is NOT working!

This commit is contained in:
delvh 2020-02-09 20:48:08 +01:00
parent d37ab53275
commit d663f3ff8f

View File

@ -3,7 +3,7 @@ package envoy.client.event;
import envoy.event.Event; import envoy.event.Event;
/** /**
* This {@link Event} indicates that a handshake completed successful * This {@link Event} indicates that a handshake was completed successfully.
* *
* Project: <strong>envoy-client</strong><br> * Project: <strong>envoy-client</strong><br>
* File: <strong>HandshakeSuccessfulEvent.java</strong><br> * File: <strong>HandshakeSuccessfulEvent.java</strong><br>