From e4bae36dd58cc8c5205d4b06b41920c02ce61636 Mon Sep 17 00:00:00 2001 From: pkupczyk <pkupczyk> Date: Fri, 18 Dec 2015 15:42:37 +0000 Subject: [PATCH] SSDM-2978 : V3 AS API - change the package structure ("as" is a Python keyword) SVN: 35378 --- .../ch/systemsx/cisd/openbis/jstest/report/V3APIReport.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js-test/source/java/ch/systemsx/cisd/openbis/jstest/report/V3APIReport.java b/js-test/source/java/ch/systemsx/cisd/openbis/jstest/report/V3APIReport.java index 81eba33a696..6b51f7e615b 100644 --- a/js-test/source/java/ch/systemsx/cisd/openbis/jstest/report/V3APIReport.java +++ b/js-test/source/java/ch/systemsx/cisd/openbis/jstest/report/V3APIReport.java @@ -50,8 +50,8 @@ public class V3APIReport { private static final String[] PUBLIC_PACKAGES = { - "ch.ethz.sis.openbis.generic.dss.api.v3", - "ch.ethz.sis.openbis.generic.as.api.v3" + "ch.ethz.sis.openbis.generic.dssapi.v3", + "ch.ethz.sis.openbis.generic.asapi.v3" }; @Test -- GitLab