Skip to content

Commit cf34c60

Browse files
committed
Move ExportImportServiceAT to proper package
1 parent ac293f0 commit cf34c60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gooddata-java/src/test/java/com/gooddata/sdk/service/md/ExportImportServiceAT.java renamed to gooddata-java/src/test/java/com/gooddata/sdk/service/md/maintenance/ExportImportServiceAT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* Copyright (C) 2004-2019, GoodData(R) Corporation. All rights reserved.
2+
* Copyright (C) 2004-2020, GoodData(R) Corporation. All rights reserved.
33
* This source code is licensed under the BSD-style license found in the
44
* LICENSE.txt file in the root directory of this source tree.
55
*/
6-
package com.gooddata.sdk.service.md;
6+
package com.gooddata.sdk.service.md.maintenance;
77

88
import static com.gooddata.sdk.model.md.Restriction.identifier;
99
import static com.gooddata.sdk.common.util.ResourceUtils.readFromResource;

0 commit comments

Comments
 (0)