Ignore:
Timestamp:
01/07/21 22:32:22 (3 years ago)
Author:
Vzdra <vladko.zdravkovski@…>
Branches:
master
Children:
a8e8545
Parents:
723994f
Message:

finalized register and login and added insert options for jobs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/it/finki/tinki/model/Match.java

    r723994f r509cb95  
    1919    public Match(){}
    2020
    21     public Match(float coefficient, WorkType type) {
     21    public Match(EmbeddedMatchId embeddedMatchId, float coefficient, WorkType type) {
     22        this.combinedId = embeddedMatchId;
    2223        this.coefficient = coefficient;
    2324        this.type = type;
Note: See TracChangeset for help on using the changeset viewer.