Skip to content

Commit 3eae8db

Browse files
committed
Change the method name
1 parent fd16c22 commit 3eae8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/odoojava/api/Row.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ public FieldCollection getChangedFields() {
254254
* Returns the map with fields content that the row was filled
255255
* @return
256256
*/
257-
public HashMap<String, Object> getFieldsOpenERPResult() {
257+
public HashMap<String, Object> getFieldsOdoo() {
258258
return openERPResult;
259259
}
260260

0 commit comments

Comments
 (0)