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

Commit 4b3f0431 authored by Seigo Nonaka's avatar Seigo Nonaka Committed by Android (Google) Code Review
Browse files

Merge "Remove link to the deprecated API"

parents 2b22592e aec3a3fd
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -287,7 +287,7 @@ public class MeasuredText {
         *
         * @param computeHyphenation true if you want to use automatic hyphenations.
         */
        public @NonNull Builder setComputeHyphenation(boolean computeHyphenation) {
        public @NonNull @Deprecated Builder setComputeHyphenation(boolean computeHyphenation) {
            setComputeHyphenation(
                    computeHyphenation ? HYPHENATION_MODE_NORMAL : HYPHENATION_MODE_NONE);
            return this;
@@ -331,8 +331,6 @@ public class MeasuredText {
         *
         * {@link #HYPHENATION_MODE_NONE} is by default.
         *
         * @see #setComputeHyphenation(boolean)
         *
         * @param mode a hyphenation mode.
         */
        public @NonNull Builder setComputeHyphenation(@HyphenationMode int mode) {