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

Commit 9aabf295 authored by Etan Cohen's avatar Etan Cohen Committed by Android (Google) Code Review
Browse files

Merge "[AWARE] Fix close guard method name" into oc-dr1-dev

parents f1328fee c0fabefb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ public class DiscoverySession implements AutoCloseable {
        mClientId = clientId;
        mSessionId = sessionId;

        mCloseGuard.open("destroy");
        mCloseGuard.open("close");
    }

    /**
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ public class WifiAwareSession implements AutoCloseable {
        mClientId = clientId;
        mTerminated = false;

        mCloseGuard.open("destroy");
        mCloseGuard.open("close");
    }

    /**