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

Commit 9387c2d3 authored by Maciej Żenczykowski's avatar Maciej Żenczykowski Committed by Gerrit Code Review
Browse files

Merge "Fix javadoc for LocalSocket constructor" into main

parents 87a23065 65ceded5
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}