summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Debashish Chatterjee <debashishc@google.com> 2011-07-04 09:48:13 +0100
committer Debashish Chatterjee <debashishc@google.com> 2011-07-04 09:49:01 +0100
commit29c1575bf6d11e76c5869fbbdd1cdea1d09ca0e0 (patch)
tree3719cb2c9466bf6f49ab680637375c4d32fd46c9
parent9324e04dcf4d5dd4dd08b1a4d7d981e259df3fe0 (diff)
Android security code review.
For now only contains a whitespace change per file to enable creating a valid change list. Change-Id: I0ea8ed6d44c3b7f0a779bc163f39fd304b4361e1
-rw-r--r--core/java/android/provider/CallLog.java1
-rw-r--r--core/java/android/provider/VoicemailContract.java1
2 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/provider/CallLog.java b/core/java/android/provider/CallLog.java
index 39c6f576b5d7..382fcf34757c 100644
--- a/core/java/android/provider/CallLog.java
+++ b/core/java/android/provider/CallLog.java
@@ -14,6 +14,7 @@
* limitations under the License.
*/
+
package android.provider;
import com.android.internal.telephony.CallerInfo;
diff --git a/core/java/android/provider/VoicemailContract.java b/core/java/android/provider/VoicemailContract.java
index d99c7605bebe..aaa7701271af 100644
--- a/core/java/android/provider/VoicemailContract.java
+++ b/core/java/android/provider/VoicemailContract.java
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License
*/
+
package android.provider;
import android.content.Intent;