Small typo

This commit is contained in:
mar-v-in 2015-10-08 01:41:19 +02:00
parent c43a964cb1
commit 594fb004b7
1 changed files with 0 additions and 3 deletions

View File

@ -85,8 +85,5 @@ public class LocationSettingsStates extends AutoSafeParcelable {
this.blePresent = blePresent;
}
@PublicApi(exclude = true)
public static final Creator<LocationSettingsStates> CREATOR = new AutoCreator<LocationSettingsStates>(LocationSettingsStates.class);
}