From 0f43f2f70070051e32c8687fd79da3acd6bcfe62 Mon Sep 17 00:00:00 2001 From: Vasu Nori Date: Tue, 27 Apr 2010 16:24:20 -0700 Subject: [PATCH] remove myname accidentally included in one of the files Change-Id: I189db1cc60069b4318fa32a8b5aea6916ac5aa4e --- core/java/android/database/sqlite/SQLiteDebug.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/java/android/database/sqlite/SQLiteDebug.java b/core/java/android/database/sqlite/SQLiteDebug.java index a4db6d9c75368..89c3f96a77839 100644 --- a/core/java/android/database/sqlite/SQLiteDebug.java +++ b/core/java/android/database/sqlite/SQLiteDebug.java @@ -118,8 +118,6 @@ public final class SQLiteDebug { /** * contains statistics about a database - * @author vnori@google.com (Your Name Here) - * */ public static class DbStats { /** name of the database */