OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 142 Rev 156
Line 68... Line 68...
68
        };
68
        };
69
    }
69
    }
70
 
70
 
71
    @Override
71
    @Override
72
    protected String createCode() {
72
    protected String createCode() {
73
        return createCodeFromPackage() + ".analytic.relation";
73
        return createCodeOfPackage() + ".analytic.relation";
74
    }
74
    }
75
 
75
 
76
    @Override
76
    @Override
77
    protected synchronized void _initTableSource(final SQLTableModelSource table) {
77
    protected synchronized void _initTableSource(final SQLTableModelSource table) {
78
        super._initTableSource(table);
78
        super._initTableSource(table);