Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

Commit

Permalink
Merge pull request #149 from trespasserw/patch-1
Browse files Browse the repository at this point in the history
Replaces deprecated method call
  • Loading branch information
ShyykoSerhiy authored Apr 25, 2019
2 parents 8ba5fc1 + 1338eac commit 33182ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public String toString() {
}
return text;
}
return data.getString(0, false);
return data.getString(0);
}
}
}

0 comments on commit 33182ee

Please sign in to comment.