Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.google.android.gms.internal.common;
|
||||
|
||||
import org.jspecify.nullness.NullMarked;
|
||||
|
||||
/* JADX INFO: compiled from: com.google.android.gms:play-services-basement@@18.3.0 */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
@NullMarked
|
||||
public final class zzah {
|
||||
static Object[] zza(Object[] objArr, int i) {
|
||||
for (int i2 = 0; i2 < i; i2++) {
|
||||
if (objArr[i2] == null) {
|
||||
throw new NullPointerException("at index " + i2);
|
||||
}
|
||||
}
|
||||
return objArr;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user