OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

Rev 57 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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