Skip to content

Commit

Permalink
Safety now uses icon
Browse files Browse the repository at this point in the history
  • Loading branch information
EDToaster committed Jan 22, 2018
1 parent cf618d4 commit 622bd98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/tech/edt/MapApp/feature/Safety.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*/

public abstract class Safety extends Feature {
String CREATOR = "Murad";

Safety(double lat, double lng, String name, boolean isSearchable) { //last param intentional
super(lat, lng, name, isSearchable, true);
Expand Down

0 comments on commit 622bd98

Please sign in to comment.