OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 151 | Rev 174 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 151 Rev 156
Line 425... Line 425...
425
        };
425
        };
426
    }
426
    }
427
 
427
 
428
    @Override
428
    @Override
429
    protected String createCode() {
429
    protected String createCode() {
430
        return createCodeFromPackage() + ".commitment";
430
        return createCodeOfPackage() + ".commitment";
431
    }
431
    }
432
 
432
 
433
}
433
}