We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e50393 commit 4f58e9fCopy full SHA for 4f58e9f
1 file changed
demo/src/main/java/com/google/maps/android/utils/demo/StreetViewDemoJavaActivity.java
@@ -45,13 +45,6 @@
45
*/
46
public class StreetViewDemoJavaActivity extends AppCompatActivity {
47
48
- /**
49
- * Called when the activity is first created.
50
- *
51
- * @param savedInstanceState If the activity is being re-initialized after
52
- * previously being shut down then this Bundle contains the data it most
53
- * recently supplied in {@link #onSaveInstanceState}. Otherwise it is null.
54
- */
55
@SuppressLint("SetTextI18n")
56
@Override
57
protected void onCreate(Bundle savedInstanceState) {
0 commit comments