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

Commit ae40d836 authored by Marcin Oczeretko's avatar Marcin Oczeretko Committed by Android (Google) Code Review
Browse files

Merge "Fix WifiNetworkConfigBuilder javadocs"

parents a9e4db58 726479fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -435,7 +435,7 @@ public class WifiNetworkConfigBuilder {
     *      context.getSystemService(Context.CONNECTIVITY_SERVICE);
     * final NetworkCallback networkCallback = new NetworkCallback() {
     *      ...
     *      @Override
     *      {@literal @}Override
     *      void onAvailable(...) {}
     *      // etc.
     * };