diff --git a/BUILD b/BUILD index adcde79..9dc83ac 100644 --- a/BUILD +++ b/BUILD @@ -1 +1 @@ -20240321-1158 \ No newline at end of file +20240321-1231 \ No newline at end of file diff --git a/JAVA/src/main/java/it/bancaditalia/oss/sdmx/client/custom/StatsEE.java b/JAVA/src/main/java/it/bancaditalia/oss/sdmx/client/custom/StatsEE.java deleted file mode 100644 index 99cbcd6..0000000 --- a/JAVA/src/main/java/it/bancaditalia/oss/sdmx/client/custom/StatsEE.java +++ /dev/null @@ -1,37 +0,0 @@ -/* Copyright 2010,2014 Bank Of Italy -* -* Licensed under the EUPL, Version 1.1 or - as soon they -* will be approved by the European Commission - subsequent -* versions of the EUPL (the "Licence"); -* You may not use this work except in compliance with the -* Licence. -* You may obtain a copy of the Licence at: -* -* -* http://ec.europa.eu/idabc/eupl -* -* Unless required by applicable law or agreed to in -* writing, software distributed under the Licence is -* distributed on an "AS IS" basis, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either -* express or implied. -* See the Licence for the specific language governing -* permissions and limitations under the Licence. -*/ -package it.bancaditalia.oss.sdmx.client.custom; - -import java.net.URISyntaxException; - -import it.bancaditalia.oss.sdmx.client.Provider; - -/** - * @author Attilio Mattiocco - * - */ -public class StatsEE extends DotStat -{ - public StatsEE(Provider p) throws URISyntaxException - { - super(p); - } -} diff --git a/JAVA/src/main/resources/it/bancaditalia/oss/sdmx/util/providers.properties b/JAVA/src/main/resources/it/bancaditalia/oss/sdmx/util/providers.properties index eea7a17..d4a7cf1 100644 --- a/JAVA/src/main/resources/it/bancaditalia/oss/sdmx/util/providers.properties +++ b/JAVA/src/main/resources/it/bancaditalia/oss/sdmx/util/providers.properties @@ -36,4 +36,3 @@ WB = false, true, V2, World Bank - World Development Indicators, NBB = false, true, V2, National Bank Belgium, https://stat.nbb.be/RestSDMX/sdmx.ashx OECD = false, false, V2, Organisation for Economic Co-operation and Development,https://stats.oecd.org/restsdmx/sdmx.ashx OECD_RESTR = true, false, V2, Organisation for Economic Co-operation and Development - RESTRICTED ACCESS, https://stats.oecd.org/restsdmx/sdmx.ashx/ -StatsEE = false, false, V2, Statistics Estonia (BETA), http://andmebaas.stat.ee/restsdmx/sdmx.ashx diff --git a/RJSDMX/inst/java/SDMX.jar b/RJSDMX/inst/java/SDMX.jar index 70c621a..9009c6f 100644 Binary files a/RJSDMX/inst/java/SDMX.jar and b/RJSDMX/inst/java/SDMX.jar differ diff --git a/STATA/jar/SDMX.jar b/STATA/jar/SDMX.jar index 073f090..db4795a 100644 Binary files a/STATA/jar/SDMX.jar and b/STATA/jar/SDMX.jar differ