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

Commit 296a712e authored by Ian Rogers's avatar Ian Rogers Committed by Gerrit Code Review
Browse files

Merge "Make a field final."

parents 8bbc5269 d8e34a6a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ import java.net.SocketOptions;
 */
public class LocalSocket implements Closeable {

    private LocalSocketImpl impl;
    private final LocalSocketImpl impl;
    private volatile boolean implCreated;
    private LocalSocketAddress localAddress;
    private boolean isBound;