Skip to content

Commit

Permalink
PROC-263: change publicity
Browse files Browse the repository at this point in the history
  • Loading branch information
YiqingIndeed committed Feb 8, 2017
1 parent d0b7fa3 commit 4d9f5e4
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -20,15 +20,15 @@ public class JsonProctorLoaderFactory {
private static final ObjectMapper OBJECT_MAPPER = Serializers.lenient();

@Nullable
private String classResourcePath;
protected String classResourcePath;
@Nullable
private String filePath;
protected String filePath;
@Nullable
private ProctorSpecification _specification;
protected ProctorSpecification _specification;

private FunctionMapper functionMapper = RuleEvaluator.FUNCTION_MAPPER;
protected FunctionMapper functionMapper = RuleEvaluator.FUNCTION_MAPPER;

private AbstractProctorDiffReporter diffReporter = new AbstractProctorDiffReporter();
protected AbstractProctorDiffReporter diffReporter = new AbstractProctorDiffReporter();

@SuppressWarnings("UnusedDeclaration")
public void setClassResourcePath(@Nullable final String classResourcePath) {
Expand Down

0 comments on commit 4d9f5e4

Please sign in to comment.