Skip to content

Commit 1415dcf

Browse files
committed
Refactor Application to create associated AppManager.
1 parent c62e584 commit 1415dcf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/fr/rabian/ovhApi/beans/Application.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public Application(String name, String pubKey, String secKey, Endpoint endpoint)
4141
this.pubKey = pubKey;
4242
this.secKey = secKey;
4343
this.ep = endpoint;
44+
this.am = new AppManager(this);
4445
}
4546

4647
/**

0 commit comments

Comments
 (0)