Skip to content

Commit 7388640

Browse files
committed
Modify getters names.
1 parent e09d94d commit 7388640

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public String getSecKey() {
7575
*
7676
* @return Endpoint in which the application is declared
7777
*/
78-
public Endpoint getEp() {
78+
public Endpoint getEndpoint() {
7979
return ep;
8080
}
8181

@@ -84,7 +84,7 @@ public Endpoint getEp() {
8484
*
8585
* @return Manager for this application
8686
*/
87-
public AppManager getAm() {
87+
public AppManager getAppManager() {
8888
return am;
8989
}
9090
}

0 commit comments

Comments
 (0)