Ignore:
Timestamp:
05/06/25 00:44:02 (12 days ago)
Author:
Aleksandar Panovski <apano77@…>
Branches:
main
Children:
e48199a
Parents:
142c0f8
Message:

Normalization needed to continue, till here done

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/com/example/rezevirajmasa/demo/service/impl/TableServiceImpl.java

    r142c0f8 rb67dfd3  
    7676            TableEntity table = new TableEntity();
    7777            table.setCapacity(tableCapacities.get(i));
    78             table.setLocation(tableLocations.get(i));
     78            table.setTableLocation(tableLocations.get(i));
    7979            table.setSmokingArea(Boolean.valueOf(tableSmokingAreas.get(i)));
    8080            table.setDescription(tableDescriptions.get(i));
Note: See TracChangeset for help on using the changeset viewer.