Skip to content

Commit

Permalink
1. Changed private method to public method in date time utils.
Browse files Browse the repository at this point in the history
  • Loading branch information
amitjangid80 committed Jul 26, 2019
1 parent e2905f2 commit 9178f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/amit/utilities/DateTimeUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public static String getCurrentFinYear(Context context)
*
* @return Date time in specified in inDateTimeFormat
**/
private static String convertToDateTimeFromMilliseconds(Context context, Long milliseconds, String inDateTimeFormat)
public static String convertToDateTimeFromMilliseconds(Context context, Long milliseconds, String inDateTimeFormat)
{
try
{
Expand Down

0 comments on commit 9178f1c

Please sign in to comment.