Projekt

Obecné

Profil

« Předchozí | Další » 

Revize b07f6ea7

Přidáno uživatelem Michal Linha před téměř 4 roky(ů)

re #7885 #8134re #8154 re #8136 added comments and connected switch to allow user to set if he wants to see empty rows or columns in the final table

Zobrazit rozdíly:

src/main/java/vldc/aswi/service/parameter/ParameterManagerImpl.java
494 494
            return false;
495 495
        }
496 496
    }
497

  
498
    /**
499
     * Gets a parameter by its ID
500
     * @param id ID of the parameter
501
     * @return parameter with selected ID
502
     */
503
    public Parameter getParameterById(Long id) {
504
        return parameterRepository.getById(id);
505
    }
497 506
}

Také k dispozici: Unified diff