OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

Rev 132 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 132 Rev 156
Line 91... Line 91...
91
        return new ArticleFournisseurSQLComponent(this);
91
        return new ArticleFournisseurSQLComponent(this);
92
    }
92
    }
93
 
93
 
94
    @Override
94
    @Override
95
    protected String createCode() {
95
    protected String createCode() {
96
        return createCodeFromPackage();
96
        return createCodeOfPackage();
97
    }
97
    }
98
}
98
}