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

Commit d8e34a6a authored by Ian Rogers's avatar Ian Rogers
Browse files

Make a field final.

Make a field that can be final, final.

Change-Id: I597ef43bad5045a63e7e9fe6eedd8e0f0a637ca4
parent 2d3571cc
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;