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

Commit 59cc01c0 authored by Chiachang Wang's avatar Chiachang Wang
Browse files

Correct the doc for setEvaluationType

Bug: 150182763
Test: m
Change-Id: I05762c982d091ba96ecb6142b89414f50eb0e807
parent 2e099cca
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -194,9 +194,9 @@ public final class DataStallDetectionStats {
        }
        }


        /**
        /**
         * Set the dns evaluation type into Builder.
         * Set the data stall evaluation type into Builder.
         *
         *
         * @param type the return code of the dns event.
         * @param type the signal type causing a data stall to be suspected.
         * @return {@code this} {@link Builder} instance.
         * @return {@code this} {@link Builder} instance.
         */
         */
        public Builder setEvaluationType(int type) {
        public Builder setEvaluationType(int type) {