Last active
August 22, 2020 10:59
-
-
Save ibrahimyilmaz/373c81520e3710af2fc30499ff770f0c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Transaction transaction = transactions.get(0) | |
TransactionUtils.getTransactionWithFormattedTime(transaction); | |
// I call the same method again for the same instance of the transaction | |
TransactionUtils.getTransactionWithFormattedTime(transaction); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment