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

Commit 6d8f5664 authored by Ian Rogers's avatar Ian Rogers Committed by Android Git Automerger
Browse files

am ab4f099b: am ad64befd: am 296a712e: Merge "Make a field final."

* commit 'ab4f099ba8f8c5942a59db5c144ab90aefb41d73':
  Make a field final.
parents 68b15e34 e9b6cb80
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;