Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
starkda committed Apr 18, 2024
1 parent ec8dd38 commit b6404bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jpeek/calculus/java/Ccm.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ private static XML findNcc(final XML skeleton, final XML meta) {
.with("package", pack.xpath("@id").get(0))
.with("class", clazz.xpath("@id").get(0))
.with("value", size)
.transform(meta);
.transform(result);
}
return new XSLDocument(
XslReport.class.getResourceAsStream(
Expand Down

0 comments on commit b6404bc

Please sign in to comment.