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/helper/Matchmaker.java

    r723994f r509cb95  
    22
    33import it.finki.tinki.model.Skill;
     4import org.springframework.stereotype.Component;
     5
    46import java.util.List;
    57
     8@Component
    69public class Matchmaker {
    710
    8     public float match(List<Skill> work, List<Skill> user){
     11    public static float match(List<Skill> work, List<Skill> user){
    912
    1013        float coef = work.size();
Note: See TracChangeset for help on using the changeset viewer.