Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29f95c9e authored by Maciej Żenczykowski's avatar Maciej Żenczykowski Committed by Automerger Merge Worker
Browse files

Merge "Fix javadoc for LocalSocket constructor" into main am: 9387c2d3 am: 913b4991

parents 605cc647 913b4991
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ public class LocalSocket implements Closeable {
    }

    /**
     * Creates a AF_LOCAL/UNIX domain stream socket with given socket type
     * Creates a AF_LOCAL/UNIX domain socket with the given socket type.
     *
     * @param sockType either {@link #SOCKET_DGRAM}, {@link #SOCKET_STREAM}
     * or {@link #SOCKET_SEQPACKET}