Skip to content

Commit 6ea1be7

Browse files
author
mykhailo.dubovskyi
committed
remove construct filter
1 parent 0861b2b commit 6ea1be7

File tree

1 file changed

+0
-11
lines changed
  • src/main/java/com/currencyfair/onesignal/model/notification

1 file changed

+0
-11
lines changed

src/main/java/com/currencyfair/onesignal/model/notification/Filter.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,6 @@ public Filter(Field field, String key, Relation relation, String value) {
7777
this.value = value;
7878
}
7979

80-
public Filter(Field field, String key, Relation relation, String value, String radius, String latitude, String longitude, Operator operator) {
81-
this.field = field;
82-
this.key = key;
83-
this.relation = relation;
84-
this.value = value;
85-
this.radius = radius;
86-
this.latitude = latitude;
87-
this.longitude = longitude;
88-
this.operator = operator;
89-
}
90-
9180
public Filter(Operator operator) {
9281
this.operator = operator;
9382
}

0 commit comments

Comments
 (0)