summaryrefslogtreecommitdiffstats
path: root/v4/jellybean-mr1
diff options
context:
space:
mode:
Diffstat (limited to 'v4/jellybean-mr1')
-rw-r--r--v4/jellybean-mr1/android/support/v4/text/TextUtilsCompatJellybeanMr1.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/v4/jellybean-mr1/android/support/v4/text/TextUtilsCompatJellybeanMr1.java b/v4/jellybean-mr1/android/support/v4/text/TextUtilsCompatJellybeanMr1.java
index fcdf8b5675..d5b675b4d6 100644
--- a/v4/jellybean-mr1/android/support/v4/text/TextUtilsCompatJellybeanMr1.java
+++ b/v4/jellybean-mr1/android/support/v4/text/TextUtilsCompatJellybeanMr1.java
@@ -25,7 +25,7 @@ import java.util.Locale;
/**
* Jellybean MR1 - specific TextUtils API access.
*/
-public class TextUtilsCompatJellybeanMr1 {
+class TextUtilsCompatJellybeanMr1 {
@NonNull
public static String htmlEncode(@NonNull String s) {
return TextUtils.htmlEncode(s);