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

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

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

* commit 'ad64befd':
  Make a field final.
parents 86d07089 ad64befd
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;