Skip to content

Commit 784af9a

Browse files
authored
Update IdentityServiceImpl.java
1 parent 5a4bf92 commit 784af9a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

core/src/main/java/org/openstack4j/openstack/identity/v3/internal/IdentityServiceImpl.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
88
import org.openstack4j.api.identity.v3.*;
99
import org.openstack4j.model.common.Extension;
1010
import org.openstack4j.openstack.common.ExtensionValue.ExtensionList;
11-
import org.openstack4j.openstack.internal.BaseOpenStackService;
1211

1312
/**
1413
* Identity V3 service implementation
1514
*
1615
*/
17-
public class IdentityServiceImpl extends BaseOpenStackService implements IdentityService {
16+
public class IdentityServiceImpl extends BaseIdentityServices implements IdentityService {
1817

1918
@Override
2019
public CredentialService credentials() {

0 commit comments

Comments
 (0)