#1321 Renamed main class

This commit is contained in:
Ashish Trivedi
2020-08-10 13:06:46 +05:30
parent 4008ae41b5
commit 5527cf4234
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
@startuml
package com.ashishtrivedi16.transaction-script {
class TransactionScriptApp {
class App {
- H2_DB_URL : String {static}
- LOGGER : Logger {static}
- addRooms(hotelDaoImpl : HotelDaoImpl) {static}