Skip to content

Commit

Permalink
Merge pull request #732 from quickfix-j/chrjohn-boolean-import
Browse files Browse the repository at this point in the history
removed unnecessary import
  • Loading branch information
chrjohn authored Dec 7, 2023
2 parents e050d3d + 39c58c4 commit 2269285
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions quickfixj-base/src/main/java/quickfix/BooleanField.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

package quickfix;

import java.lang.Boolean;

public class BooleanField extends Field<Boolean> {

public BooleanField(int field) {
Expand Down

0 comments on commit 2269285

Please sign in to comment.