Skip to content

Commit f9ff9d6

Browse files
committed
Merge remote-tracking branch 'origin/master' into ss-firestore-emulator-settings
2 parents 1a151bb + d6cca79 commit f9ff9d6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/plugins/apiinfo/ApiInformationTask.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ void execute() {
147147
args.addAll(Arrays.asList("--baseline", getBaselineFile().getAbsolutePath()));
148148
}
149149
spec.setArgs(args);
150-
spec.setIgnoreExitValue(true);
151150
try {
152151
spec.setStandardOutput(new FileOutputStream(getOutputFile()));
153152
} catch (FileNotFoundException e) {

firebase-database/api.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ package com.google.firebase.database {
187187

188188
public class ServerValue {
189189
ctor public ServerValue();
190+
method @NonNull public static final Object increment(long);
191+
method @NonNull public static final Object increment(double);
190192
field @NonNull public static final java.util.Map<java.lang.String,java.lang.String> TIMESTAMP;
191-
field @NonNull public static final Object increment(double);
192-
field @NonNull public static final Object increment(long);
193193
}
194194

195195
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) @java.lang.annotation.Target({java.lang.annotation.ElementType.TYPE}) public @interface ThrowOnExtraProperties {

0 commit comments

Comments
 (0)