Skip to content

Commit

Permalink
Merge PR #15: Make PrimitiveLoader.ids protected
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr authored Apr 26, 2019
2 parents 0fd46ca + 8def3b8 commit 65b45ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bd/primitives/PrimitiveLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
public abstract class PrimitiveLoader<Context, ExprT, Id> {

private final IdProvider<Id> ids;
protected final IdProvider<Id> ids;

/** Primitives for selector. */
private final HashMap<Id, Specializer<Context, ExprT, Id>> eagerPrimitives;
Expand Down

0 comments on commit 65b45ba

Please sign in to comment.