Skip to content

Commit

Permalink
Shush: Unuse ruby-style deprecated doc method
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaderberg committed Dec 20, 2023
1 parent 3d2d740 commit 9d7cacd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void process(Document document, PreprocessorReader reader, String target,
Path partial = resolvePartial(target);
String partialText = readPartial(partial);

reader.push_include(partialText, target, null, Integer.MIN_VALUE, Collections.emptyMap());
reader.pushInclude(partialText, target, null, Integer.MIN_VALUE, Collections.emptyMap());
}

@NotNull
Expand Down

0 comments on commit 9d7cacd

Please sign in to comment.