Skip to content

Commit bb0d852

Browse files
committed
Add missing assertion to util class ctor.
1 parent 6371010 commit bb0d852

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rxandroid/src/main/java/rx/android/view/ViewObservable.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
public final class ViewObservable {
2424

2525
private ViewObservable() {
26+
throw new AssertionError("No instances");
2627
}
2728

2829
public static Observable<OnClickEvent> clicks(final View view) {

0 commit comments

Comments
 (0)