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 | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 142 Rev 156
Line 21... Line 21...
21
 
21
 
22
    private static final String FILE_PATH = "file-path";
22
    private static final String FILE_PATH = "file-path";
23
 
23
 
24
    private String filePath = null;
24
    private String filePath = null;
25
 
25
 
-
 
26
    public LightUIPictureUpload() {
-
 
27
    }
-
 
28
 
26
    public LightUIPictureUpload(final String id, final String sendFileUrl) {
29
    public LightUIPictureUpload(final String id, final String sendFileUrl) {
27
        super(id, sendFileUrl);
30
        super(id, sendFileUrl);
28
        this.setType(TYPE_PICTURE_UPLOAD);
31
        this.setType(TYPE_PICTURE_UPLOAD);
29
    }
32
    }
30
 
33