minor improvements

This commit is contained in:
2024-11-17 22:32:43 -08:00
parent f634d8fd81
commit ad06418a69
4 changed files with 13 additions and 15 deletions

View File

@@ -167,7 +167,6 @@
(deftype Line [^Long id ^Long client-id ^Long account-id ^String location ^java.util.Date date ^Double debit ^Double credit ^Double running-balance]
)
(defmethod print-method Line [entity writer]
(.write writer (format "Line %d: client:%d account:%d location:%s date:%s"
(.-id entity)