MCPcopy Create free account
hub / github.com/Mahavishnu-06/BankingSystem / toString

Method toString

Transaction.java:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 this.date=LocalDateTime.now();
13 }
14@Override
15public String toString() {
16 return "[" + type + "] " + description + " | Date: " + date;
17}
18
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected