OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

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