Skip to content

Commit

Permalink
Fix Lint warning in demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Nov 18, 2018
1 parent fbeaae7 commit 4f326cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
public class DemoSyncEngine {

private static final SimpleDateFormat DATE_FORMAT = new SimpleDateFormat("HH:mm:ss.SSS", Locale.getDefault());
private static final SimpleDateFormat DATE_FORMAT = new SimpleDateFormat("HH:mm:ss.SSS", Locale.US);

private final Context mContext;

Expand Down

0 comments on commit 4f326cf

Please sign in to comment.