2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-29 05:07:40 +00:00

Fix javadoc regression

This commit is contained in:
Nicolas Fella 2019-04-19 00:34:15 +02:00
parent 6bcb77f65f
commit 25a0972606

View File

@ -264,7 +264,7 @@ public class LanLinkProvider extends BaseLinkProvider implements LanLink.LinkDis
* @param identityPacket representation of remote device
* @param socket a new Socket, which should be used to receive packets from the remote device
* @param connectionOrigin which side started this connection
* @throws IOException if an exception is thrown by {@link LanLink#reset(Socket, LanLink.ConnectionStarted)}
* @throws IOException if an exception is thrown by {@link LanLink#reset(SSLSocket, LanLink.ConnectionStarted)}
*/
private void addLink(final NetworkPacket identityPacket, SSLSocket socket, LanLink.ConnectionStarted connectionOrigin) throws IOException {