Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit fa7ca69

Browse files
committed
make setter static
1 parent 03a8aec commit fa7ca69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rollbar/android/Rollbar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public void run() {
9898
});
9999
}
100100

101-
public void setSendOnUncaughtException(final boolean send) {
101+
public static void setSendOnUncaughtException(final boolean send) {
102102
ensureInit(new Runnable() {
103103
public void run() {
104104
notifier.setSendOnUncaughtException(send);

0 commit comments

Comments
 (0)