From 241958397887daa0eab6add6c383bb3bd052a740 Mon Sep 17 00:00:00 2001 From: Stefan Feuerhahn Date: Fri, 22 Mar 2019 15:31:52 +0100 Subject: [PATCH] fixed doc warnings --- src/main/java/com/beanit/josistack/AcseAssociation.java | 1 + src/main/java/com/beanit/openiec61850/ServerSap.java | 1 + 2 files changed, 2 insertions(+) diff --git a/src/main/java/com/beanit/josistack/AcseAssociation.java b/src/main/java/com/beanit/josistack/AcseAssociation.java index 441342f..bcc07db 100644 --- a/src/main/java/com/beanit/josistack/AcseAssociation.java +++ b/src/main/java/com/beanit/josistack/AcseAssociation.java @@ -839,6 +839,7 @@ public final class AcseAssociation { * will point to the byte after the last byte of the ACSE SDU. * * @param pduBuffer buffer to write the received pdu into + * @return the received PDU * @throws DecodingException if a decoding error occurs * @throws IOException if a non recoverable error occurs. Afterwards the association should be * closed by the user diff --git a/src/main/java/com/beanit/openiec61850/ServerSap.java b/src/main/java/com/beanit/openiec61850/ServerSap.java index 4d85335..f911199 100644 --- a/src/main/java/com/beanit/openiec61850/ServerSap.java +++ b/src/main/java/com/beanit/openiec61850/ServerSap.java @@ -63,6 +63,7 @@ public final class ServerSap { * connect) is set to the backlog parameter. If a connection indication arrives when the queue * is full, the connection is refused. Set to 0 or less for the default value. * @param bindAddr local IP address to bind to, pass null to bind to all + * @param serverModel the server model * @param serverSocketFactory the factory class to generate the ServerSocket. Could be used to * create SSLServerSockets. null = default */