Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
starkda committed Apr 19, 2024
1 parent 4b0e358 commit 52c404c
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 @@ -121,7 +121,7 @@ private static XML findNcc(final XML skeleton, final XML meta) {
* Adds an XSL filter to the list of layers.
*
* @param layers The list of XSL filters
* @param name The name of the XSL file to add
* @param name The name of the XSL file to append
* @return The updated list of XSL filters
*/
private static List<XSL> addXslFilter(final List<XSL> layers, final String name) {
Expand Down

0 comments on commit 52c404c

Please sign in to comment.