summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-19 01:27:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-19 01:27:58 +0000
commit928b129c282b64a3c9bd036aa0ab1adb541be407 (patch)
treec1c619c9eee08283649e6fa78b52700a1307160d
parentbfc6fb38f8eacbb9b81a7aed1771af632fa58b4c (diff)
parent99b571a0d2f1e7d47bd55ef708b95d800735043e (diff)
downloadCalendarProvider-928b129c282b64a3c9bd036aa0ab1adb541be407.tar.gz
Snap for 9191040 from 99b571a0d2f1e7d47bd55ef708b95d800735043e to udc-release
Change-Id: I4caf98ca49d615652681590facaf8ec758f21c01
-rw-r--r--src/com/android/providers/calendar/enterprise/CrossProfileCalendarHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/providers/calendar/enterprise/CrossProfileCalendarHelper.java b/src/com/android/providers/calendar/enterprise/CrossProfileCalendarHelper.java
index 8c5ace7..8e078e8 100644
--- a/src/com/android/providers/calendar/enterprise/CrossProfileCalendarHelper.java
+++ b/src/com/android/providers/calendar/enterprise/CrossProfileCalendarHelper.java
@@ -164,7 +164,7 @@ public class CrossProfileCalendarHelper {
|| CalendarContract.Instances.CONTENT_SEARCH_BY_DAY_URI.equals(localUri)) {
validColumnsSet = INSTANCES_TABLE_ALLOWED_LIST;
} else {
- throw new IllegalArgumentException(String.format("Cross profile version of %d is not "
+ throw new IllegalArgumentException(String.format("Cross profile version of %s is not "
+ "supported", localUri.toSafeString()));
}