We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbd1b14 + 8c20603 commit 1056f79Copy full SHA for 1056f79
1 file changed
src/main/java/com/odoojava/api/Row.java
@@ -74,7 +74,7 @@ public int getID(){
74
*/
75
public String getString(String fieldName){
76
String res=null;
77
- if ( get(fieldName).toString()!= null){
+ if ( get(fieldName)!= null){
78
res = get(fieldName).toString();
79
}
80
return res;
0 commit comments