Skip to content

Commit 10d8566

Browse files
committed
Unit test for processor base class
1 parent 999597d commit 10d8566

File tree

1 file changed

+1
-1
lines changed
  • lib/vdyp-common/src/main/java/ca/bc/gov/nrs/vdyp/application

1 file changed

+1
-1
lines changed

lib/vdyp-common/src/main/java/ca/bc/gov/nrs/vdyp/application/Processor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public void run(
6969
Path controlFilePath = inputFileResolver.toPath(controlFileName).getParent();
7070
FileSystemFileResolver relativeResolver = new FileSystemFileResolver(controlFilePath);
7171

72-
parser.parse(is, relativeResolver, controlMap);
72+
controlMap = parser.parse(is, relativeResolver, controlMap);
7373
}
7474
}
7575

0 commit comments

Comments
 (0)