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

Commit aec3a3fd authored by Seigo Nonaka's avatar Seigo Nonaka
Browse files

Remove link to the deprecated API

Bug: 207041621
Test: N/A
Change-Id: Ideb732f3694645612df1b7b885ef0a8ef3fa19c8
parent 77092ed1
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) {