Skip to content

Commit

Permalink
fixing more primitive/nullable potential issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tburdett committed Feb 26, 2015
1 parent 8239711 commit c490d0c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ public class GenomicContext {
@GeneratedValue
private Long id;

private boolean isIntergenic;
private Boolean isIntergenic;

private boolean isUpstream;
private Boolean isUpstream;

private boolean isDownstream;
private Boolean isDownstream;

private Long distance;

Expand Down

0 comments on commit c490d0c

Please sign in to comment.