Skip to content

Commit

Permalink
add missing SimpleDateFormat import
Browse files Browse the repository at this point in the history
  • Loading branch information
KosherJava authored May 27, 2024
1 parent 8a643bc commit 7bd7429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/kosherjava/zmanim/util/Zman.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/
package com.kosherjava.zmanim.util;

import java.text.SimpleDateFormat;
import java.util.Comparator;
import java.util.Date;

Expand Down

0 comments on commit 7bd7429

Please sign in to comment.