Skip to content

Commit

Permalink
Fix javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
iryndin committed Sep 5, 2014
1 parent 50460ba commit f964c10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/net/iryndin/jdbf/core/DbfRecord.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ private void fillBytesFromMetadata() {
* Data records are preceded by one byte, that is, a space (0x20) if the record is not deleted, an asterisk (0x2A) if the record is deleted.
* So, if record is preceded by 0x2A - it is considered to be deleted
* All other cases: record is considered to be not deleted
* Any other case: exception IllegalStateException is thrown
* @return
*/
public boolean isDeleted() {
Expand Down

0 comments on commit f964c10

Please sign in to comment.