Skip to content

Commit

Permalink
#bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgonzalez committed Feb 15, 2017
1 parent 8ef253a commit 1c51af9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
)
@Service
public class SampleQueryBuilder implements SampleService {
private static final Logger log = LoggerFactory.getLogger(SampleQueryBuilderImpl.class);
private static final Logger log = LoggerFactory.getLogger(SampleQueryBuilder.class);

// ISGO8601 Date format is used for the Date Predicates
final static String ISO8601_DATE = ("YYYY-MM-DDTHH:mm:ss.SSSZ");
Expand Down

0 comments on commit 1c51af9

Please sign in to comment.