Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 423eb13d by tchemit at 2019-05-20T10:28:52Z Ecran marée LL et PS - Aucun navire dans la liste déroulante - Closes #1272 - - - - - 1 changed file: - client-configuration/src/main/java/fr/ird/observe/client/configuration/ClientConfig.java Changes: ===================================== client-configuration/src/main/java/fr/ird/observe/client/configuration/ClientConfig.java ===================================== @@ -110,16 +110,16 @@ public class ClientConfig extends GeneratedClientConfig implements NavigationTre }; //FIXME PROTECTED-ID private final ImmutableSet<String> longlineVesselTypeIds = ImmutableSet.copyOf( - Sets.newHashSet("'fr.ird.referential.common.VesselType#1239832675735#0.044156847891821505", - "'fr.ird.referential.common.VesselType#1239832675736#0.8708229847859869", - "'fr.ird.referential.common.VesselType#1239832686137#0.1")); + Sets.newHashSet("fr.ird.referential.common.VesselType#1239832675735#0.044156847891821505", + "fr.ird.referential.common.VesselType#1239832675736#0.8708229847859869", + "fr.ird.referential.common.VesselType#1239832686137#0.1")); //FIXME PROTECTED-ID private final ImmutableSet<String> seineVesselTypeIds = ImmutableSet.copyOf( - Sets.newHashSet("'fr.ird.referential.common.VesselType#1239832675735#0.044156847891821505", - "'fr.ird.referential.common.VesselType#1239832675735#0.307197212385357", - "'fr.ird.referential.common.VesselType#1239832675735#0.7380146830307519", - "'fr.ird.referential.common.VesselType#1239832675735#0.9086075071905084", - "'fr.ird.referential.common.VesselType#1239832675737#0.43324169605639407")); + Sets.newHashSet("fr.ird.referential.common.VesselType#1239832675735#0.044156847891821505", + "fr.ird.referential.common.VesselType#1239832675735#0.307197212385357", + "fr.ird.referential.common.VesselType#1239832675735#0.7380146830307519", + "fr.ird.referential.common.VesselType#1239832675735#0.9086075071905084", + "fr.ird.referential.common.VesselType#1239832675737#0.43324169605639407")); private final SimpleDateFormat dateFormat = new SimpleDateFormat(); /** * un drapeau pour savoir s'il faut lancer l'interface graphique. Cette View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/423eb13da872de78a73fe2722dc5... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/423eb13da872de78a73fe2722dc5... You're receiving this email because of your account on gitlab.com.