Skip to content

Commit 39c58c4

Browse files
authored
removed unnecessary import
1 parent 0998dad commit 39c58c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

quickfixj-base/src/main/java/quickfix/BooleanField.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
package quickfix;
2121

22-
import java.lang.Boolean;
23-
2422
public class BooleanField extends Field<Boolean> {
2523

2624
public BooleanField(int field) {

0 commit comments

Comments
 (0)