We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09d94d commit 7388640Copy full SHA for 7388640
1 file changed
src/main/java/fr/rabian/ovhApi/beans/Application.java
@@ -75,7 +75,7 @@ public String getSecKey() {
75
*
76
* @return Endpoint in which the application is declared
77
*/
78
- public Endpoint getEp() {
+ public Endpoint getEndpoint() {
79
return ep;
80
}
81
@@ -84,7 +84,7 @@ public Endpoint getEp() {
84
85
* @return Manager for this application
86
87
- public AppManager getAm() {
+ public AppManager getAppManager() {
88
return am;
89
90
0 commit comments