]> SALOME platform Git repositories - modules/gde.git/commitdiff
Salome HOME
Convert Boolean to boolean
authorBojnourdi <kavoos.bojnourdi@edf.fr>
Mon, 24 Aug 2015 14:50:40 +0000 (16:50 +0200)
committerBojnourdi <kavoos.bojnourdi@edf.fr>
Mon, 24 Aug 2015 14:50:40 +0000 (16:50 +0200)
projects/GDE-transferables/src/com/edf/gde/transferables/FileTO.java

index a145d6ca712df940ae37df7772548c834a1bedc6..7f6fbdbae073d37fa4910ecc53521cca56eade17 100644 (file)
@@ -42,7 +42,6 @@ public class FileTO implements Serializable {
         this.deleted = deleted;
         this.deletionDate = deletionDate;
         this.attributeGroupId = attributeGroupId;
-        this.chunks = chunks;
         this.dataProfileId = dataProfileId;
     }