summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--OWNERS2
-rw-r--r--src/main/com/android/timezone/data/TimeZoneRulesDataProvider.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/OWNERS b/OWNERS
index e6f6390..c2e58b7 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1,5 +1,5 @@
# Default code reviewers picked from top 3 or more developers.
# Please update this list if you find better candidates.
nfuller@google.com
-peteg@google.com
+dauletz@google.com
vichang@google.com
diff --git a/src/main/com/android/timezone/data/TimeZoneRulesDataProvider.java b/src/main/com/android/timezone/data/TimeZoneRulesDataProvider.java
index 0c1b39c..b524fce 100644
--- a/src/main/com/android/timezone/data/TimeZoneRulesDataProvider.java
+++ b/src/main/com/android/timezone/data/TimeZoneRulesDataProvider.java
@@ -103,7 +103,7 @@ public final class TimeZoneRulesDataProvider extends ContentProvider {
+ " instead user=" + currentUserHandle);
}
- // Sanity check our security
+ // Confirm our security
if (!TimeZoneRulesDataContract.AUTHORITY.equals(info.authority)) {
// The authority looked for by the time zone updater is fixed.
throw new SecurityException(