From 1490075dff65b31a20c630a9cbee8ce8233177ae Mon Sep 17 00:00:00 2001 From: Andy Stadler Date: Tue, 18 Sep 2012 14:43:42 -0700 Subject: [PATCH] Rename file to satisfy strict Java requirement There is no code change, the classname is OK, it was just the filename that needed a tweak. Original code was Change-Id: I381ed96f6b57f414bbaccd694f55d2b992e330a4 Change-Id: I14f2009cff186647a736b1183acf815713234dd5 --- .../{PBAPServerProfile.java => PbapServerProfile.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/com/android/settings/bluetooth/{PBAPServerProfile.java => PbapServerProfile.java} (99%) diff --git a/src/com/android/settings/bluetooth/PBAPServerProfile.java b/src/com/android/settings/bluetooth/PbapServerProfile.java similarity index 99% rename from src/com/android/settings/bluetooth/PBAPServerProfile.java rename to src/com/android/settings/bluetooth/PbapServerProfile.java index 721757430ec..1f5ca3281bc 100755 --- a/src/com/android/settings/bluetooth/PBAPServerProfile.java +++ b/src/com/android/settings/bluetooth/PbapServerProfile.java @@ -30,7 +30,7 @@ import java.util.HashMap; import java.util.List; /** - *PBAPServer Profile + * PBAPServer Profile */ final class PbapServerProfile implements LocalBluetoothProfile { private static final String TAG = "PbapServerProfile";