Skip to content

Commit

Permalink
Remove @deprecated from setCharset
Browse files Browse the repository at this point in the history
  • Loading branch information
albfernandez committed Jan 19, 2024
1 parent f551e2a commit 82c70ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/linuxense/javadbf/DBFBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public Charset getCharset() {
* of the class java.nio.charset.Charset
*
* @param charset charset to use
* @deprecated set the charset in DBFWriter or DBFReader constructors
*/
protected void setCharset(Charset charset) {
this.charset = charset;
Expand Down

0 comments on commit 82c70ac

Please sign in to comment.