OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

Rev 132 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 132 Rev 156
Line 53... Line 53...
53
        return c;
53
        return c;
54
    }
54
    }
55
 
55
 
56
    @Override
56
    @Override
57
    protected String createCode() {
57
    protected String createCode() {
58
        return super.createCodeFromPackage() + ".category";
58
        return this.createCodeOfPackage() + ".category";
59
    }
59
    }
60
}
60
}