Skip to content

Commit

Permalink
delete an unused flag in QueryableIndexSegment
Browse files Browse the repository at this point in the history
  • Loading branch information
jisookim0513 authored and jisookim0513 committed Jun 19, 2014
1 parent 8e85097 commit c4048d0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public class QueryableIndexSegment implements Segment
{
private final QueryableIndex index;
private final String identifier;
private boolean nullStorage = false;

public QueryableIndexSegment(final String segmentIdentifier, QueryableIndex index)
{
Expand Down

0 comments on commit c4048d0

Please sign in to comment.