Loading core/java/android/text/NoCopySpan.java +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package android.text; /** * This interface should be added to a span object that should not be copied * into a new Spenned when performing a slice or copy operation on the original * into a new Spanned when performing a slice or copy operation on the original * Spanned it was placed in. */ public interface NoCopySpan { Loading Loading
core/java/android/text/NoCopySpan.java +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package android.text; /** * This interface should be added to a span object that should not be copied * into a new Spenned when performing a slice or copy operation on the original * into a new Spanned when performing a slice or copy operation on the original * Spanned it was placed in. */ public interface NoCopySpan { Loading